Shades of Green House #456F34
Tints of Green House #456F34
RGB
CMYK
RGB Variations
Color information
#456F34 (or 0x456F34) is known color: Green House. HEX triplet: 45, 6F and 34. RGB value is (69,111,52). Sum of RGB (Red+Green+Blue) = 69+111+52=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #456F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456F34 is #BA90CB. Grayscale: #5B5B5B. Windows color (decimal): -12226764 or 3436357. OLE color: 3436357.
HSL color Cylindrical-coordinate representation of color #456F34: hue angle of 102.71º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #456F34 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 111 | 52 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.56 |
| HSL | 102.71º | 0.36% | 0.32% | - |
| HSV(B) | 102.71º | 0.53% | 0.44% | - |
| XYZ | 8.76 | 12.88 | 5.27 | - |
| YUV | 91.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 52 | 0.38 | 0 | 0.53 | 0.56 | 102.71 | 0.36 | 0.32 |
| Hex | 45 | 6F | 34 | 26 | 0 | 35 | 38 | 67 | 24 | 20 |
| Octal | 105 | 157 | 64 | 46 | 0 | 65 | 70 | 147 | 44 | 40 |
| Binary | 1000101 | 1101111 | 110100 | 100110 | 0 | 110101 | 111000 | 1100111 | 100100 | 100000 |
Color Harmonies of #456F34
Complementary color
Monochromatic Colors of #456F34
Black with #456F34
Text Example
Text Example
White with #456F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F34; }
p { color: rgb(69,111,52); }
H1.HeaderClassName
{
color: #456F34;
}
.AnyTagClassName
{
color: #456F34;
}
</style>
background-color css
<style>
a { background-color: #456F34; }
a { background-color: rgb(69,111,52); }
div.DivClassName
{
background-color: #456F34;
}
.BgClassName
{
background-color: #456F34;
}
</style>
border-color css
<style>
span { border-color: #456F34; }
span { border-color: rgb(69,111,52); }
td.TdClassName
{
border-color: #456F34;
}
.TagClassName
{
border-color: #456F34;
}
</style>