Shades of Green House #426E35
Tints of Green House #426E35
RGB
CMYK
RGB Variations
Color information
#426E35 (or 0x426E35) is known color: Green House. HEX triplet: 42, 6E and 35. RGB value is (66,110,53). Sum of RGB (Red+Green+Blue) = 66+110+53=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 110 - color contains mainly: green. Hex color #426E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426E35 is #BD91CA. Grayscale: #5A5A5A. Windows color (decimal): -12423627 or 3501634. OLE color: 3501634.
HSL color Cylindrical-coordinate representation of color #426E35: hue angle of 106.32º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #426E35 is Cyan = 0.4, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 110 | 53 | - |
| CMYK | 0.4 | 0 | 0.52 | 0.57 |
| HSL | 106.32º | 0.35% | 0.32% | - |
| HSV(B) | 106.32º | 0.52% | 0.43% | - |
| XYZ | 8.47 | 12.57 | 5.35 | - |
| YUV | 90.35 | 106.92 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 53 | 0.4 | 0 | 0.52 | 0.57 | 106.32 | 0.35 | 0.32 |
| Hex | 42 | 6E | 35 | 28 | 0 | 34 | 39 | 6A | 23 | 20 |
| Octal | 102 | 156 | 65 | 50 | 0 | 64 | 71 | 152 | 43 | 40 |
| Binary | 1000010 | 1101110 | 110101 | 101000 | 0 | 110100 | 111001 | 1101010 | 100011 | 100000 |
Color Harmonies of #426E35
Complementary color
Monochromatic Colors of #426E35
Black with #426E35
Text Example
Text Example
White with #426E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426E35; }
p { color: rgb(66,110,53); }
H1.HeaderClassName
{
color: #426E35;
}
.AnyTagClassName
{
color: #426E35;
}
</style>
background-color css
<style>
a { background-color: #426E35; }
a { background-color: rgb(66,110,53); }
div.DivClassName
{
background-color: #426E35;
}
.BgClassName
{
background-color: #426E35;
}
</style>
border-color css
<style>
span { border-color: #426E35; }
span { border-color: rgb(66,110,53); }
td.TdClassName
{
border-color: #426E35;
}
.TagClassName
{
border-color: #426E35;
}
</style>