Shades of Green House #42533B
Tints of Green House #42533B
RGB
CMYK
RGB Variations
Color information
#42533B (or 0x42533B) is known color: Green House. HEX triplet: 42, 53 and 3B. RGB value is (66,83,59). Sum of RGB (Red+Green+Blue) = 66+83+59=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #42533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42533B is #BDACC4. Grayscale: #4B4B4B. Windows color (decimal): -12430533 or 3887938. OLE color: 3887938.
HSL color Cylindrical-coordinate representation of color #42533B: hue angle of 102.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #42533B is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 83 | 59 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.67 |
| HSL | 102.5º | 0.17% | 0.28% | - |
| HSV(B) | 102.5º | 0.29% | 0.33% | - |
| XYZ | 6.13 | 7.66 | 5.29 | - |
| YUV | 75.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 59 | 0.20 | 0 | 0.29 | 0.67 | 102.5 | 0.17 | 0.28 |
| Hex | 42 | 53 | 3B | 14 | 0 | 1D | 43 | 66 | 11 | 1C |
| Octal | 102 | 123 | 73 | 24 | 0 | 35 | 103 | 146 | 21 | 34 |
| Binary | 1000010 | 1010011 | 111011 | 10100 | 0 | 11101 | 1000011 | 1100110 | 10001 | 11100 |
Color Harmonies of #42533B
Complementary color
Monochromatic Colors of #42533B
Black with #42533B
Text Example
Text Example
White with #42533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42533B; }
p { color: rgb(66,83,59); }
H1.HeaderClassName
{
color: #42533B;
}
.AnyTagClassName
{
color: #42533B;
}
</style>
background-color css
<style>
a { background-color: #42533B; }
a { background-color: rgb(66,83,59); }
div.DivClassName
{
background-color: #42533B;
}
.BgClassName
{
background-color: #42533B;
}
</style>
border-color css
<style>
span { border-color: #42533B; }
span { border-color: rgb(66,83,59); }
td.TdClassName
{
border-color: #42533B;
}
.TagClassName
{
border-color: #42533B;
}
</style>