#406A30

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

Shades of Green House #406A30

Tints of Green House #406A30

Color information

#406A30 (or 0x406A30) is unknown color: approx Green House. HEX triplet: 40, 6A and 30. RGB value is (64,106,48). Sum of RGB (Red+Green+Blue) = 64+106+48=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #406A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A30 is #BF95CF. Grayscale: #575757. Windows color (decimal): -12555728 or 3172928. OLE color: 3172928.

HSL color Cylindrical-coordinate representation of color #406A30: hue angle of 103.45º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #406A30 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB6410648-
CMYK0.4000.550.58
HSL103.45º37.66%30.2%-
HSV(B)103.45º54.72%41.57%-
XYZ7.811.614.63-
YUV86.83106.09111.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 106 (41.80% from 255) = 48.62%
BLUE value IS 48 (19.14% from 255) = 22.02%
R=29.36%
G=48.62%
B=22.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64106480.4000.550.58103.4537.6630.2
Hex406A30280373A67261e
Octal1001526050067721474636
Binary100000011010101100001010000110111111010110011110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,106,48); }

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

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

 a { background-color: rgb(64,106,48); }

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

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

 span { border-color: rgb(64,106,48); }

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