Shades of Green House #42683D
Tints of Green House #42683D
RGB
CMYK
RGB Variations
Color information
#42683D (or 0x42683D) is known color: Green House. HEX triplet: 42, 68 and 3D. RGB value is (66,104,61). Sum of RGB (Red+Green+Blue) = 66+104+61=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 104 - color contains mainly: green. Hex color #42683D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42683D is #BD97C2. Grayscale: #575757. Windows color (decimal): -12425155 or 4024386. OLE color: 4024386.
HSL color Cylindrical-coordinate representation of color #42683D: hue angle of 113.02º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42683D is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 104 | 61 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.59 |
| HSL | 113.02º | 0.26% | 0.32% | - |
| HSV(B) | 113.02º | 0.41% | 0.41% | - |
| XYZ | 8.04 | 11.4 | 6.19 | - |
| YUV | 87.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 61 | 0.37 | 0 | 0.41 | 0.59 | 113.02 | 0.26 | 0.32 |
| Hex | 42 | 68 | 3D | 25 | 0 | 29 | 3B | 71 | 1A | 20 |
| Octal | 102 | 150 | 75 | 45 | 0 | 51 | 73 | 161 | 32 | 40 |
| Binary | 1000010 | 1101000 | 111101 | 100101 | 0 | 101001 | 111011 | 1110001 | 11010 | 100000 |
Color Harmonies of #42683D
Complementary color
Monochromatic Colors of #42683D
Black with #42683D
Text Example
Text Example
White with #42683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42683D; }
p { color: rgb(66,104,61); }
H1.HeaderClassName
{
color: #42683D;
}
.AnyTagClassName
{
color: #42683D;
}
</style>
background-color css
<style>
a { background-color: #42683D; }
a { background-color: rgb(66,104,61); }
div.DivClassName
{
background-color: #42683D;
}
.BgClassName
{
background-color: #42683D;
}
</style>
border-color css
<style>
span { border-color: #42683D; }
span { border-color: rgb(66,104,61); }
td.TdClassName
{
border-color: #42683D;
}
.TagClassName
{
border-color: #42683D;
}
</style>