Shades of Green House #42573A
Tints of Green House #42573A
RGB
CMYK
RGB Variations
Color information
#42573A (or 0x42573A) is known color: Green House. HEX triplet: 42, 57 and 3A. RGB value is (66,87,58). Sum of RGB (Red+Green+Blue) = 66+87+58=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 87 - color contains mainly: green. Hex color #42573A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42573A is #BDA8C5. Grayscale: #4D4D4D. Windows color (decimal): -12429510 or 3823426. OLE color: 3823426.
HSL color Cylindrical-coordinate representation of color #42573A: hue angle of 103.45º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42573A is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 87 | 58 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.66 |
| HSL | 103.45º | 0.2% | 0.28% | - |
| HSV(B) | 103.45º | 0.33% | 0.34% | - |
| XYZ | 6.42 | 8.28 | 5.26 | - |
| YUV | 77.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 58 | 0.24 | 0 | 0.33 | 0.66 | 103.45 | 0.2 | 0.28 |
| Hex | 42 | 57 | 3A | 18 | 0 | 21 | 42 | 67 | 14 | 1C |
| Octal | 102 | 127 | 72 | 30 | 0 | 41 | 102 | 147 | 24 | 34 |
| Binary | 1000010 | 1010111 | 111010 | 11000 | 0 | 100001 | 1000010 | 1100111 | 10100 | 11100 |
Color Harmonies of #42573A
Complementary color
Monochromatic Colors of #42573A
Black with #42573A
Text Example
Text Example
White with #42573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42573A; }
p { color: rgb(66,87,58); }
H1.HeaderClassName
{
color: #42573A;
}
.AnyTagClassName
{
color: #42573A;
}
</style>
background-color css
<style>
a { background-color: #42573A; }
a { background-color: rgb(66,87,58); }
div.DivClassName
{
background-color: #42573A;
}
.BgClassName
{
background-color: #42573A;
}
</style>
border-color css
<style>
span { border-color: #42573A; }
span { border-color: rgb(66,87,58); }
td.TdClassName
{
border-color: #42573A;
}
.TagClassName
{
border-color: #42573A;
}
</style>