Shades of Green House #406B30
Tints of Green House #406B30
RGB
CMYK
RGB Variations
Color information
#406B30 (or 0x406B30) is known color: Green House. HEX triplet: 40, 6B and 30. RGB value is (64,107,48). Sum of RGB (Red+Green+Blue) = 64+107+48=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 107 (42.19% from 255 or 48.86% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 107 - color contains mainly: green. Hex color #406B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406B30 is #BF94CF. Grayscale: #575757. Windows color (decimal): -12555472 or 3173184. OLE color: 3173184.
HSL color Cylindrical-coordinate representation of color #406B30: hue angle of 103.73º 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 #406B30 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 107 | 48 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.58 |
| HSL | 103.73º | 0.38% | 0.3% | - |
| HSV(B) | 103.73º | 0.55% | 0.42% | - |
| XYZ | 7.91 | 11.82 | 4.66 | - |
| YUV | 87.42 | 105.75 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 48 | 0.40 | 0 | 0.55 | 0.58 | 103.73 | 0.38 | 0.3 |
| Hex | 40 | 6B | 30 | 28 | 0 | 37 | 3A | 68 | 26 | 1E |
| Octal | 100 | 153 | 60 | 50 | 0 | 67 | 72 | 150 | 46 | 36 |
| Binary | 1000000 | 1101011 | 110000 | 101000 | 0 | 110111 | 111010 | 1101000 | 100110 | 11110 |
Color Harmonies of #406B30
Complementary color
Monochromatic Colors of #406B30
Black with #406B30
Text Example
Text Example
White with #406B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406B30; }
p { color: rgb(64,107,48); }
H1.HeaderClassName
{
color: #406B30;
}
.AnyTagClassName
{
color: #406B30;
}
</style>
background-color css
<style>
a { background-color: #406B30; }
a { background-color: rgb(64,107,48); }
div.DivClassName
{
background-color: #406B30;
}
.BgClassName
{
background-color: #406B30;
}
</style>
border-color css
<style>
span { border-color: #406B30; }
span { border-color: rgb(64,107,48); }
td.TdClassName
{
border-color: #406B30;
}
.TagClassName
{
border-color: #406B30;
}
</style>