Shades of Eucalyptus #42936C
Tints of Eucalyptus #42936C
RGB
CMYK
RGB Variations
Color information
#42936C (or 0x42936C) is known color: Eucalyptus. HEX triplet: 42, 93 and 6C. RGB value is (66,147,108). Sum of RGB (Red+Green+Blue) = 66+147+108=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #42936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42936C is #BD6C93. Grayscale: #767676. Windows color (decimal): -12414100 or 7115586. OLE color: 7115586.
HSL color Cylindrical-coordinate representation of color #42936C: hue angle of 151.11º 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 #42936C is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 147 | 108 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.42 |
| HSL | 151.11º | 0.38% | 0.42% | - |
| HSV(B) | 151.11º | 0.55% | 0.58% | - |
| XYZ | 15.39 | 23.11 | 17.84 | - |
| YUV | 118.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 108 | 0.55 | 0 | 0.27 | 0.42 | 151.11 | 0.38 | 0.42 |
| Hex | 42 | 93 | 6C | 37 | 0 | 1B | 2A | 97 | 26 | 2A |
| Octal | 102 | 223 | 154 | 67 | 0 | 33 | 52 | 227 | 46 | 52 |
| Binary | 1000010 | 10010011 | 1101100 | 110111 | 0 | 11011 | 101010 | 10010111 | 100110 | 101010 |
Color Harmonies of #42936C
Complementary color
Monochromatic Colors of #42936C
Black with #42936C
Text Example
Text Example
White with #42936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42936C; }
p { color: rgb(66,147,108); }
H1.HeaderClassName
{
color: #42936C;
}
.AnyTagClassName
{
color: #42936C;
}
</style>
background-color css
<style>
a { background-color: #42936C; }
a { background-color: rgb(66,147,108); }
div.DivClassName
{
background-color: #42936C;
}
.BgClassName
{
background-color: #42936C;
}
</style>
border-color css
<style>
span { border-color: #42936C; }
span { border-color: rgb(66,147,108); }
td.TdClassName
{
border-color: #42936C;
}
.TagClassName
{
border-color: #42936C;
}
</style>