Shades of Green House #455C3C
Tints of Green House #455C3C
RGB
CMYK
RGB Variations
Color information
#455C3C (or 0x455C3C) is known color: Green House. HEX triplet: 45, 5C and 3C. RGB value is (69,92,60). Sum of RGB (Red+Green+Blue) = 69+92+60=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 92 - color contains mainly: green. Hex color #455C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C3C is #BAA3C3. Grayscale: #515151. Windows color (decimal): -12231620 or 3955781. OLE color: 3955781.
HSL color Cylindrical-coordinate representation of color #455C3C: hue angle of 103.12º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #455C3C is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 60 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.64 |
| HSL | 103.13º | 0.21% | 0.3% | - |
| HSV(B) | 103.13º | 0.35% | 0.36% | - |
| XYZ | 7.1 | 9.25 | 5.69 | - |
| YUV | 81.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 60 | 0.25 | 0 | 0.35 | 0.64 | 103.13 | 0.21 | 0.3 |
| Hex | 45 | 5C | 3C | 19 | 0 | 23 | 40 | 67 | 15 | 1E |
| Octal | 105 | 134 | 74 | 31 | 0 | 43 | 100 | 147 | 25 | 36 |
| Binary | 1000101 | 1011100 | 111100 | 11001 | 0 | 100011 | 1000000 | 1100111 | 10101 | 11110 |
Color Harmonies of #455C3C
Complementary color
Monochromatic Colors of #455C3C
Black with #455C3C
Text Example
Text Example
White with #455C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C3C; }
p { color: rgb(69,92,60); }
H1.HeaderClassName
{
color: #455C3C;
}
.AnyTagClassName
{
color: #455C3C;
}
</style>
background-color css
<style>
a { background-color: #455C3C; }
a { background-color: rgb(69,92,60); }
div.DivClassName
{
background-color: #455C3C;
}
.BgClassName
{
background-color: #455C3C;
}
</style>
border-color css
<style>
span { border-color: #455C3C; }
span { border-color: rgb(69,92,60); }
td.TdClassName
{
border-color: #455C3C;
}
.TagClassName
{
border-color: #455C3C;
}
</style>