Shades of Green House #465F3E
Tints of Green House #465F3E
RGB
CMYK
RGB Variations
Color information
#465F3E (or 0x465F3E) is known color: Green House. HEX triplet: 46, 5F and 3E. RGB value is (70,95,62). Sum of RGB (Red+Green+Blue) = 70+95+62=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 95 - color contains mainly: green. Hex color #465F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465F3E is #B9A0C1. Grayscale: #535353. Windows color (decimal): -12165314 or 4087622. OLE color: 4087622.
HSL color Cylindrical-coordinate representation of color #465F3E: hue angle of 105.45º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #465F3E is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 95 | 62 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.63 |
| HSL | 105.45º | 0.21% | 0.31% | - |
| HSV(B) | 105.45º | 0.35% | 0.37% | - |
| XYZ | 7.49 | 9.83 | 6.06 | - |
| YUV | 83.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 62 | 0.26 | 0 | 0.35 | 0.63 | 105.45 | 0.21 | 0.31 |
| Hex | 46 | 5F | 3E | 1A | 0 | 23 | 3F | 69 | 15 | 1F |
| Octal | 106 | 137 | 76 | 32 | 0 | 43 | 77 | 151 | 25 | 37 |
| Binary | 1000110 | 1011111 | 111110 | 11010 | 0 | 100011 | 111111 | 1101001 | 10101 | 11111 |
Color Harmonies of #465F3E
Complementary color
Monochromatic Colors of #465F3E
Black with #465F3E
Text Example
Text Example
White with #465F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F3E; }
p { color: rgb(70,95,62); }
H1.HeaderClassName
{
color: #465F3E;
}
.AnyTagClassName
{
color: #465F3E;
}
</style>
background-color css
<style>
a { background-color: #465F3E; }
a { background-color: rgb(70,95,62); }
div.DivClassName
{
background-color: #465F3E;
}
.BgClassName
{
background-color: #465F3E;
}
</style>
border-color css
<style>
span { border-color: #465F3E; }
span { border-color: rgb(70,95,62); }
td.TdClassName
{
border-color: #465F3E;
}
.TagClassName
{
border-color: #465F3E;
}
</style>