Shades of Green House #456C3F
Tints of Green House #456C3F
RGB
CMYK
RGB Variations
Color information
#456C3F (or 0x456C3F) is known color: Green House. HEX triplet: 45, 6C and 3F. RGB value is (69,108,63). Sum of RGB (Red+Green+Blue) = 69+108+63=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #456C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456C3F is #BA93C0. Grayscale: #5B5B5B. Windows color (decimal): -12227521 or 4156485. OLE color: 4156485.
HSL color Cylindrical-coordinate representation of color #456C3F: hue angle of 112º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #456C3F is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 108 | 63 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.58 |
| HSL | 112º | 0.26% | 0.34% | - |
| HSV(B) | 112º | 0.42% | 0.42% | - |
| XYZ | 8.71 | 12.35 | 6.63 | - |
| YUV | 91.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 63 | 0.36 | 0 | 0.42 | 0.58 | 112 | 0.26 | 0.34 |
| Hex | 45 | 6C | 3F | 24 | 0 | 2A | 3A | 70 | 1A | 22 |
| Octal | 105 | 154 | 77 | 44 | 0 | 52 | 72 | 160 | 32 | 42 |
| Binary | 1000101 | 1101100 | 111111 | 100100 | 0 | 101010 | 111010 | 1110000 | 11010 | 100010 |
Color Harmonies of #456C3F
Complementary color
Monochromatic Colors of #456C3F
Black with #456C3F
Text Example
Text Example
White with #456C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C3F; }
p { color: rgb(69,108,63); }
H1.HeaderClassName
{
color: #456C3F;
}
.AnyTagClassName
{
color: #456C3F;
}
</style>
background-color css
<style>
a { background-color: #456C3F; }
a { background-color: rgb(69,108,63); }
div.DivClassName
{
background-color: #456C3F;
}
.BgClassName
{
background-color: #456C3F;
}
</style>
border-color css
<style>
span { border-color: #456C3F; }
span { border-color: rgb(69,108,63); }
td.TdClassName
{
border-color: #456C3F;
}
.TagClassName
{
border-color: #456C3F;
}
</style>