Shades of Green House #42613C
Tints of Green House #42613C
RGB
CMYK
RGB Variations
Color information
#42613C (or 0x42613C) is known color: Green House. HEX triplet: 42, 61 and 3C. RGB value is (66,97,60). Sum of RGB (Red+Green+Blue) = 66+97+60=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #42613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42613C is #BD9EC3. Grayscale: #535353. Windows color (decimal): -12426948 or 3957058. OLE color: 3957058.
HSL color Cylindrical-coordinate representation of color #42613C: hue angle of 110.27º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42613C is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 97 | 60 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.62 |
| HSL | 110.27º | 0.24% | 0.31% | - |
| HSV(B) | 110.27º | 0.38% | 0.38% | - |
| XYZ | 7.34 | 10.03 | 5.82 | - |
| YUV | 83.51 | 114.73 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 97 | 60 | 0.32 | 0 | 0.38 | 0.62 | 110.27 | 0.24 | 0.31 |
| Hex | 42 | 61 | 3C | 20 | 0 | 26 | 3E | 6E | 18 | 1F |
| Octal | 102 | 141 | 74 | 40 | 0 | 46 | 76 | 156 | 30 | 37 |
| Binary | 1000010 | 1100001 | 111100 | 100000 | 0 | 100110 | 111110 | 1101110 | 11000 | 11111 |
Color Harmonies of #42613C
Complementary color
Monochromatic Colors of #42613C
Black with #42613C
Text Example
Text Example
White with #42613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42613C; }
p { color: rgb(66,97,60); }
H1.HeaderClassName
{
color: #42613C;
}
.AnyTagClassName
{
color: #42613C;
}
</style>
background-color css
<style>
a { background-color: #42613C; }
a { background-color: rgb(66,97,60); }
div.DivClassName
{
background-color: #42613C;
}
.BgClassName
{
background-color: #42613C;
}
</style>
border-color css
<style>
span { border-color: #42613C; }
span { border-color: rgb(66,97,60); }
td.TdClassName
{
border-color: #42613C;
}
.TagClassName
{
border-color: #42613C;
}
</style>