Shades of Green House #42633A
Tints of Green House #42633A
RGB
CMYK
RGB Variations
Color information
#42633A (or 0x42633A) is known color: Green House. HEX triplet: 42, 63 and 3A. RGB value is (66,99,58). Sum of RGB (Red+Green+Blue) = 66+99+58=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #42633A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42633A is #BD9CC5. Grayscale: #545454. Windows color (decimal): -12426438 or 3826498. OLE color: 3826498.
HSL color Cylindrical-coordinate representation of color #42633A: hue angle of 108.29º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42633A is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 99 | 58 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.61 |
| HSL | 108.29º | 0.26% | 0.31% | - |
| HSV(B) | 108.29º | 0.41% | 0.39% | - |
| XYZ | 7.47 | 10.39 | 5.61 | - |
| YUV | 84.46 | 113.07 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 99 | 58 | 0.33 | 0 | 0.41 | 0.61 | 108.29 | 0.26 | 0.31 |
| Hex | 42 | 63 | 3A | 21 | 0 | 29 | 3D | 6C | 1A | 1F |
| Octal | 102 | 143 | 72 | 41 | 0 | 51 | 75 | 154 | 32 | 37 |
| Binary | 1000010 | 1100011 | 111010 | 100001 | 0 | 101001 | 111101 | 1101100 | 11010 | 11111 |
Color Harmonies of #42633A
Complementary color
Monochromatic Colors of #42633A
Black with #42633A
Text Example
Text Example
White with #42633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42633A; }
p { color: rgb(66,99,58); }
H1.HeaderClassName
{
color: #42633A;
}
.AnyTagClassName
{
color: #42633A;
}
</style>
background-color css
<style>
a { background-color: #42633A; }
a { background-color: rgb(66,99,58); }
div.DivClassName
{
background-color: #42633A;
}
.BgClassName
{
background-color: #42633A;
}
</style>
border-color css
<style>
span { border-color: #42633A; }
span { border-color: rgb(66,99,58); }
td.TdClassName
{
border-color: #42633A;
}
.TagClassName
{
border-color: #42633A;
}
</style>