Shades of Eucalyptus #42946B
Tints of Eucalyptus #42946B
RGB
CMYK
RGB Variations
Color information
#42946B (or 0x42946B) is known color: Eucalyptus. HEX triplet: 42, 94 and 6B. RGB value is (66,148,107). Sum of RGB (Red+Green+Blue) = 66+148+107=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #42946B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42946B is #BD6B94. Grayscale: #767676. Windows color (decimal): -12413845 or 7050306. OLE color: 7050306.
HSL color Cylindrical-coordinate representation of color #42946B: hue angle of 150º 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 #42946B is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 148 | 107 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.42 |
| HSL | 150º | 0.38% | 0.42% | - |
| HSV(B) | 150º | 0.55% | 0.58% | - |
| XYZ | 15.49 | 23.4 | 17.61 | - |
| YUV | 118.81 | 121.33 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 107 | 0.55 | 0 | 0.28 | 0.42 | 150 | 0.38 | 0.42 |
| Hex | 42 | 94 | 6B | 37 | 0 | 1C | 2A | 96 | 26 | 2A |
| Octal | 102 | 224 | 153 | 67 | 0 | 34 | 52 | 226 | 46 | 52 |
| Binary | 1000010 | 10010100 | 1101011 | 110111 | 0 | 11100 | 101010 | 10010110 | 100110 | 101010 |
Color Harmonies of #42946B
Complementary color
Monochromatic Colors of #42946B
Black with #42946B
Text Example
Text Example
White with #42946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42946B; }
p { color: rgb(66,148,107); }
H1.HeaderClassName
{
color: #42946B;
}
.AnyTagClassName
{
color: #42946B;
}
</style>
background-color css
<style>
a { background-color: #42946B; }
a { background-color: rgb(66,148,107); }
div.DivClassName
{
background-color: #42946B;
}
.BgClassName
{
background-color: #42946B;
}
</style>
border-color css
<style>
span { border-color: #42946B; }
span { border-color: rgb(66,148,107); }
td.TdClassName
{
border-color: #42946B;
}
.TagClassName
{
border-color: #42946B;
}
</style>