Shades of Green House #466D3B
Tints of Green House #466D3B
RGB
CMYK
RGB Variations
Color information
#466D3B (or 0x466D3B) is known color: Green House. HEX triplet: 46, 6D and 3B. RGB value is (70,109,59). Sum of RGB (Red+Green+Blue) = 70+109+59=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 109 - color contains mainly: green. Hex color #466D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466D3B is #B992C4. Grayscale: #5B5B5B. Windows color (decimal): -12161733 or 3894598. OLE color: 3894598.
HSL color Cylindrical-coordinate representation of color #466D3B: hue angle of 106.8º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #466D3B is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 109 | 59 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.57 |
| HSL | 106.8º | 0.3% | 0.33% | - |
| HSV(B) | 106.8º | 0.46% | 0.43% | - |
| XYZ | 8.78 | 12.56 | 6.1 | - |
| YUV | 91.64 | 109.58 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 59 | 0.36 | 0 | 0.46 | 0.57 | 106.8 | 0.3 | 0.33 |
| Hex | 46 | 6D | 3B | 24 | 0 | 2E | 39 | 6B | 1E | 21 |
| Octal | 106 | 155 | 73 | 44 | 0 | 56 | 71 | 153 | 36 | 41 |
| Binary | 1000110 | 1101101 | 111011 | 100100 | 0 | 101110 | 111001 | 1101011 | 11110 | 100001 |
Color Harmonies of #466D3B
Complementary color
Monochromatic Colors of #466D3B
Black with #466D3B
Text Example
Text Example
White with #466D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466D3B; }
p { color: rgb(70,109,59); }
H1.HeaderClassName
{
color: #466D3B;
}
.AnyTagClassName
{
color: #466D3B;
}
</style>
background-color css
<style>
a { background-color: #466D3B; }
a { background-color: rgb(70,109,59); }
div.DivClassName
{
background-color: #466D3B;
}
.BgClassName
{
background-color: #466D3B;
}
</style>
border-color css
<style>
span { border-color: #466D3B; }
span { border-color: rgb(70,109,59); }
td.TdClassName
{
border-color: #466D3B;
}
.TagClassName
{
border-color: #466D3B;
}
</style>