Shades of Eucalyptus #42936A
Tints of Eucalyptus #42936A
RGB
CMYK
RGB Variations
Color information
#42936A (or 0x42936A) is known color: Eucalyptus. HEX triplet: 42, 93 and 6A. RGB value is (66,147,106). Sum of RGB (Red+Green+Blue) = 66+147+106=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #42936A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42936A is #BD6C95. Grayscale: #767676. Windows color (decimal): -12414102 or 6984514. OLE color: 6984514.
HSL color Cylindrical-coordinate representation of color #42936A: hue angle of 149.63º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42936A is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 147 | 106 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.42 |
| HSL | 149.63º | 0.38% | 0.42% | - |
| HSV(B) | 149.63º | 0.55% | 0.58% | - |
| XYZ | 15.28 | 23.07 | 17.28 | - |
| YUV | 118.11 | 121.16 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 106 | 0.55 | 0 | 0.28 | 0.42 | 149.63 | 0.38 | 0.42 |
| Hex | 42 | 93 | 6A | 37 | 0 | 1C | 2A | 96 | 26 | 2A |
| Octal | 102 | 223 | 152 | 67 | 0 | 34 | 52 | 226 | 46 | 52 |
| Binary | 1000010 | 10010011 | 1101010 | 110111 | 0 | 11100 | 101010 | 10010110 | 100110 | 101010 |
Color Harmonies of #42936A
Complementary color
Monochromatic Colors of #42936A
Black with #42936A
Text Example
Text Example
White with #42936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42936A; }
p { color: rgb(66,147,106); }
H1.HeaderClassName
{
color: #42936A;
}
.AnyTagClassName
{
color: #42936A;
}
</style>
background-color css
<style>
a { background-color: #42936A; }
a { background-color: rgb(66,147,106); }
div.DivClassName
{
background-color: #42936A;
}
.BgClassName
{
background-color: #42936A;
}
</style>
border-color css
<style>
span { border-color: #42936A; }
span { border-color: rgb(66,147,106); }
td.TdClassName
{
border-color: #42936A;
}
.TagClassName
{
border-color: #42936A;
}
</style>