#45613B

Color #45613B Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #45613B

Tints of Green House #45613B

Color information

#45613B (or 0x45613B) is unknown color: approx Green House. HEX triplet: 45, 61 and 3B. RGB value is (69,97,59). Sum of RGB (Red+Green+Blue) = 69+97+59=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #45613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45613B is #BA9EC4. Grayscale: #545454. Windows color (decimal): -12230341 or 3891525. OLE color: 3891525.

HSL color Cylindrical-coordinate representation of color #45613B: hue angle of 104.21º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45613B is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB699759-
CMYK0.2900.390.62
HSL104.21º24.36%30.59%-
HSV(B)104.21º39.18%38.04%-
XYZ7.5210.135.7-
YUV84.3113.72117.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=30.67%
G=43.11%
B=26.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6997590.2900.390.62104.2124.3630.59
Hex45613B1D0273E68181f
Octal1051417335047761503037
Binary1000101110000111101111101010011111111011010001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45613B; }

 p { color: rgb(69,97,59); }

 H1.HeaderClassName
 {
   color: #45613B;
 }
 .AnyTagClassName
 {
   color: #45613B;
 }
</style>
background-color css

<style>
 a { background-color: #45613B; }

 a { background-color: rgb(69,97,59); }

 div.DivClassName
 {
   background-color: #45613B;
 }
 .BgClassName
 {
   background-color: #45613B;
 }
</style>
border-color css

<style>
 span { border-color: #45613B; }

 span { border-color: rgb(69,97,59); }

 td.TdClassName
 {
   border-color: #45613B;
 }
 .TagClassName
 {
   border-color: #45613B;
 }
</style>