Shades of Green House #42633B
Tints of Green House #42633B
RGB
CMYK
RGB Variations
Color information
#42633B (or 0x42633B) is known color: Green House. HEX triplet: 42, 63 and 3B. RGB value is (66,99,59). Sum of RGB (Red+Green+Blue) = 66+99+59=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #42633B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42633B is #BD9CC4. Grayscale: #545454. Windows color (decimal): -12426437 or 3892034. OLE color: 3892034.
HSL color Cylindrical-coordinate representation of color #42633B: hue angle of 109.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42633B is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 99 | 59 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.61 |
| HSL | 109.5º | 0.25% | 0.31% | - |
| HSV(B) | 109.5º | 0.4% | 0.39% | - |
| XYZ | 7.5 | 10.4 | 5.75 | - |
| YUV | 84.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 99 | 59 | 0.33 | 0 | 0.40 | 0.61 | 109.5 | 0.25 | 0.31 |
| Hex | 42 | 63 | 3B | 21 | 0 | 28 | 3D | 6E | 19 | 1F |
| Octal | 102 | 143 | 73 | 41 | 0 | 50 | 75 | 156 | 31 | 37 |
| Binary | 1000010 | 1100011 | 111011 | 100001 | 0 | 101000 | 111101 | 1101110 | 11001 | 11111 |
Color Harmonies of #42633B
Complementary color
Monochromatic Colors of #42633B
Black with #42633B
Text Example
Text Example
White with #42633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42633B; }
p { color: rgb(66,99,59); }
H1.HeaderClassName
{
color: #42633B;
}
.AnyTagClassName
{
color: #42633B;
}
</style>
background-color css
<style>
a { background-color: #42633B; }
a { background-color: rgb(66,99,59); }
div.DivClassName
{
background-color: #42633B;
}
.BgClassName
{
background-color: #42633B;
}
</style>
border-color css
<style>
span { border-color: #42633B; }
span { border-color: rgb(66,99,59); }
td.TdClassName
{
border-color: #42633B;
}
.TagClassName
{
border-color: #42633B;
}
</style>