Shades of Green House #40662F
Tints of Green House #40662F
RGB
CMYK
RGB Variations
Color information
#40662F (or 0x40662F) is known color: Green House. HEX triplet: 40, 66 and 2F. RGB value is (64,102,47). Sum of RGB (Red+Green+Blue) = 64+102+47=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #40662F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40662F is #BF99D0. Grayscale: #545454. Windows color (decimal): -12556753 or 3106368. OLE color: 3106368.
HSL color Cylindrical-coordinate representation of color #40662F: hue angle of 101.45º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40662F is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 102 | 47 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.6 |
| HSL | 101.45º | 0.37% | 0.29% | - |
| HSV(B) | 101.45º | 0.54% | 0.4% | - |
| XYZ | 7.38 | 10.8 | 4.38 | - |
| YUV | 84.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 47 | 0.37 | 0 | 0.54 | 0.6 | 101.45 | 0.37 | 0.29 |
| Hex | 40 | 66 | 2F | 25 | 0 | 36 | 3C | 65 | 25 | 1D |
| Octal | 100 | 146 | 57 | 45 | 0 | 66 | 74 | 145 | 45 | 35 |
| Binary | 1000000 | 1100110 | 101111 | 100101 | 0 | 110110 | 111100 | 1100101 | 100101 | 11101 |
Color Harmonies of #40662F
Complementary color
Monochromatic Colors of #40662F
Black with #40662F
Text Example
Text Example
White with #40662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40662F; }
p { color: rgb(64,102,47); }
H1.HeaderClassName
{
color: #40662F;
}
.AnyTagClassName
{
color: #40662F;
}
</style>
background-color css
<style>
a { background-color: #40662F; }
a { background-color: rgb(64,102,47); }
div.DivClassName
{
background-color: #40662F;
}
.BgClassName
{
background-color: #40662F;
}
</style>
border-color css
<style>
span { border-color: #40662F; }
span { border-color: rgb(64,102,47); }
td.TdClassName
{
border-color: #40662F;
}
.TagClassName
{
border-color: #40662F;
}
</style>