#406934

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

Shades of Green House #406934

Tints of Green House #406934

Color information

#406934 (or 0x406934) is unknown color: approx Green House. HEX triplet: 40, 69 and 34. RGB value is (64,105,52). Sum of RGB (Red+Green+Blue) = 64+105+52=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #406934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406934 is #BF96CB. Grayscale: #565656. Windows color (decimal): -12555980 or 3434816. OLE color: 3434816.

HSL color Cylindrical-coordinate representation of color #406934: hue angle of 106.42º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #406934 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB6410552-
CMYK0.3900.500.59
HSL106.42º33.76%30.78%-
HSV(B)106.42º50.48%41.18%-
XYZ7.7911.445.05-
YUV86.7108.42111.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 105 (41.41% from 255) = 47.51%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=28.96%
G=47.51%
B=23.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105520.3900.500.59106.4233.7630.78
Hex406934270323B6a221f
Octal1001516447062731524237
Binary100000011010011101001001110110010111011110101010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406934; }

 p { color: rgb(64,105,52); }

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

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

 a { background-color: rgb(64,105,52); }

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

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

 span { border-color: rgb(64,105,52); }

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