Shades of Green House #425F3C
Tints of Green House #425F3C
RGB
CMYK
RGB Variations
Color information
#425F3C (or 0x425F3C) is known color: Green House. HEX triplet: 42, 5F and 3C. RGB value is (66,95,60). Sum of RGB (Red+Green+Blue) = 66+95+60=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 95 - color contains mainly: green. Hex color #425F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425F3C is #BDA0C3. Grayscale: #525252. Windows color (decimal): -12427460 or 3956546. OLE color: 3956546.
HSL color Cylindrical-coordinate representation of color #425F3C: hue angle of 109.71º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #425F3C is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 95 | 60 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.63 |
| HSL | 109.71º | 0.23% | 0.3% | - |
| HSV(B) | 109.71º | 0.37% | 0.37% | - |
| XYZ | 7.15 | 9.67 | 5.76 | - |
| YUV | 82.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 60 | 0.31 | 0 | 0.37 | 0.63 | 109.71 | 0.23 | 0.3 |
| Hex | 42 | 5F | 3C | 1F | 0 | 25 | 3F | 6E | 17 | 1E |
| Octal | 102 | 137 | 74 | 37 | 0 | 45 | 77 | 156 | 27 | 36 |
| Binary | 1000010 | 1011111 | 111100 | 11111 | 0 | 100101 | 111111 | 1101110 | 10111 | 11110 |
Color Harmonies of #425F3C
Complementary color
Monochromatic Colors of #425F3C
Black with #425F3C
Text Example
Text Example
White with #425F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F3C; }
p { color: rgb(66,95,60); }
H1.HeaderClassName
{
color: #425F3C;
}
.AnyTagClassName
{
color: #425F3C;
}
</style>
background-color css
<style>
a { background-color: #425F3C; }
a { background-color: rgb(66,95,60); }
div.DivClassName
{
background-color: #425F3C;
}
.BgClassName
{
background-color: #425F3C;
}
</style>
border-color css
<style>
span { border-color: #425F3C; }
span { border-color: rgb(66,95,60); }
td.TdClassName
{
border-color: #425F3C;
}
.TagClassName
{
border-color: #425F3C;
}
</style>