Shades of Green House #42583C
Tints of Green House #42583C
RGB
CMYK
RGB Variations
Color information
#42583C (or 0x42583C) is known color: Green House. HEX triplet: 42, 58 and 3C. RGB value is (66,88,60). Sum of RGB (Red+Green+Blue) = 66+88+60=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #42583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42583C is #BDA7C3. Grayscale: #4E4E4E. Windows color (decimal): -12429252 or 3954754. OLE color: 3954754.
HSL color Cylindrical-coordinate representation of color #42583C: hue angle of 107.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42583C is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 88 | 60 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.65 |
| HSL | 107.14º | 0.19% | 0.29% | - |
| HSV(B) | 107.14º | 0.32% | 0.35% | - |
| XYZ | 6.55 | 8.46 | 5.56 | - |
| YUV | 78.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 60 | 0.25 | 0 | 0.32 | 0.65 | 107.14 | 0.19 | 0.29 |
| Hex | 42 | 58 | 3C | 19 | 0 | 20 | 41 | 6B | 13 | 1D |
| Octal | 102 | 130 | 74 | 31 | 0 | 40 | 101 | 153 | 23 | 35 |
| Binary | 1000010 | 1011000 | 111100 | 11001 | 0 | 100000 | 1000001 | 1101011 | 10011 | 11101 |
Color Harmonies of #42583C
Complementary color
Monochromatic Colors of #42583C
Black with #42583C
Text Example
Text Example
White with #42583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42583C; }
p { color: rgb(66,88,60); }
H1.HeaderClassName
{
color: #42583C;
}
.AnyTagClassName
{
color: #42583C;
}
</style>
background-color css
<style>
a { background-color: #42583C; }
a { background-color: rgb(66,88,60); }
div.DivClassName
{
background-color: #42583C;
}
.BgClassName
{
background-color: #42583C;
}
</style>
border-color css
<style>
span { border-color: #42583C; }
span { border-color: rgb(66,88,60); }
td.TdClassName
{
border-color: #42583C;
}
.TagClassName
{
border-color: #42583C;
}
</style>