Shades of Green House #42653B
Tints of Green House #42653B
RGB
CMYK
RGB Variations
Color information
#42653B (or 0x42653B) is known color: Green House. HEX triplet: 42, 65 and 3B. RGB value is (66,101,59). Sum of RGB (Red+Green+Blue) = 66+101+59=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #42653B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42653B is #BD9AC4. Grayscale: #555555. Windows color (decimal): -12425925 or 3892546. OLE color: 3892546.
HSL color Cylindrical-coordinate representation of color #42653B: hue angle of 110º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42653B is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 101 | 59 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.60 |
| HSL | 110º | 0.26% | 0.31% | - |
| HSV(B) | 110º | 0.42% | 0.4% | - |
| XYZ | 7.69 | 10.78 | 5.81 | - |
| YUV | 85.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 59 | 0.35 | 0 | 0.42 | 0.60 | 110 | 0.26 | 0.31 |
| Hex | 42 | 65 | 3B | 23 | 0 | 2A | 3C | 6E | 1A | 1F |
| Octal | 102 | 145 | 73 | 43 | 0 | 52 | 74 | 156 | 32 | 37 |
| Binary | 1000010 | 1100101 | 111011 | 100011 | 0 | 101010 | 111100 | 1101110 | 11010 | 11111 |
Color Harmonies of #42653B
Complementary color
Monochromatic Colors of #42653B
Black with #42653B
Text Example
Text Example
White with #42653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42653B; }
p { color: rgb(66,101,59); }
H1.HeaderClassName
{
color: #42653B;
}
.AnyTagClassName
{
color: #42653B;
}
</style>
background-color css
<style>
a { background-color: #42653B; }
a { background-color: rgb(66,101,59); }
div.DivClassName
{
background-color: #42653B;
}
.BgClassName
{
background-color: #42653B;
}
</style>
border-color css
<style>
span { border-color: #42653B; }
span { border-color: rgb(66,101,59); }
td.TdClassName
{
border-color: #42653B;
}
.TagClassName
{
border-color: #42653B;
}
</style>