#406F3C

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

Shades of Green House #406F3C

Tints of Green House #406F3C

Color information

#406F3C (or 0x406F3C) is unknown color: approx Green House. HEX triplet: 40, 6F and 3C. RGB value is (64,111,60). Sum of RGB (Red+Green+Blue) = 64+111+60=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 111 - color contains mainly: green. Hex color #406F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406F3C is #BF90C3. Grayscale: #5B5B5B. Windows color (decimal): -12554436 or 3960640. OLE color: 3960640.

HSL color Cylindrical-coordinate representation of color #406F3C: hue angle of 115.29º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #406F3C is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB6411160-
CMYK0.4200.460.56
HSL115.29º29.82%33.53%-
HSV(B)115.29º45.95%43.53%-
XYZ8.6112.796.29-
YUV91.13110.43108.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 111 (43.75% from 255) = 47.23%
BLUE value IS 60 (23.83% from 255) = 25.53%
R=27.23%
G=47.23%
B=25.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64111600.4200.460.56115.2929.8233.53
Hex406F3C2A02E38731e22
Octal1001577452056701633642
Binary100000011011111111001010100101110111000111001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406F3C; }

 p { color: rgb(64,111,60); }

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

<style>
 a { background-color: #406F3C; }

 a { background-color: rgb(64,111,60); }

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

<style>
 span { border-color: #406F3C; }

 span { border-color: rgb(64,111,60); }

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