Shades of Eucalyptus #43916A
Tints of Eucalyptus #43916A
RGB
CMYK
RGB Variations
Color information
#43916A (or 0x43916A) is known color: Eucalyptus. HEX triplet: 43, 91 and 6A. RGB value is (67,145,106). Sum of RGB (Red+Green+Blue) = 67+145+106=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #43916A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43916A is #BC6E95. Grayscale: #757575. Windows color (decimal): -12349078 or 6984003. OLE color: 6984003.
HSL color Cylindrical-coordinate representation of color #43916A: hue angle of 150º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43916A is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 145 | 106 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.43 |
| HSL | 150º | 0.37% | 0.42% | - |
| HSV(B) | 150º | 0.54% | 0.57% | - |
| XYZ | 15.04 | 22.48 | 17.18 | - |
| YUV | 117.23 | 121.66 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 145 | 106 | 0.54 | 0 | 0.27 | 0.43 | 150 | 0.37 | 0.42 |
| Hex | 43 | 91 | 6A | 36 | 0 | 1B | 2B | 96 | 25 | 2A |
| Octal | 103 | 221 | 152 | 66 | 0 | 33 | 53 | 226 | 45 | 52 |
| Binary | 1000011 | 10010001 | 1101010 | 110110 | 0 | 11011 | 101011 | 10010110 | 100101 | 101010 |
Color Harmonies of #43916A
Complementary color
Monochromatic Colors of #43916A
Black with #43916A
Text Example
Text Example
White with #43916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43916A; }
p { color: rgb(67,145,106); }
H1.HeaderClassName
{
color: #43916A;
}
.AnyTagClassName
{
color: #43916A;
}
</style>
background-color css
<style>
a { background-color: #43916A; }
a { background-color: rgb(67,145,106); }
div.DivClassName
{
background-color: #43916A;
}
.BgClassName
{
background-color: #43916A;
}
</style>
border-color css
<style>
span { border-color: #43916A; }
span { border-color: rgb(67,145,106); }
td.TdClassName
{
border-color: #43916A;
}
.TagClassName
{
border-color: #43916A;
}
</style>