Shades of Eucalyptus #43996A
Tints of Eucalyptus #43996A
RGB
CMYK
RGB Variations
Color information
#43996A (or 0x43996A) is known color: Eucalyptus. HEX triplet: 43, 99 and 6A. RGB value is (67,153,106). Sum of RGB (Red+Green+Blue) = 67+153+106=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #43996A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43996A is #BC6695. Grayscale: #7A7A7A. Windows color (decimal): -12347030 or 6986051. OLE color: 6986051.
HSL color Cylindrical-coordinate representation of color #43996A: hue angle of 147.21º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43996A is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 153 | 106 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.4 |
| HSL | 147.21º | 0.39% | 0.43% | - |
| HSV(B) | 147.21º | 0.56% | 0.6% | - |
| XYZ | 16.31 | 25.02 | 17.6 | - |
| YUV | 121.93 | 119.01 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 153 | 106 | 0.56 | 0 | 0.31 | 0.4 | 147.21 | 0.39 | 0.43 |
| Hex | 43 | 99 | 6A | 38 | 0 | 1F | 28 | 93 | 27 | 2B |
| Octal | 103 | 231 | 152 | 70 | 0 | 37 | 50 | 223 | 47 | 53 |
| Binary | 1000011 | 10011001 | 1101010 | 111000 | 0 | 11111 | 101000 | 10010011 | 100111 | 101011 |
Color Harmonies of #43996A
Complementary color
Monochromatic Colors of #43996A
Black with #43996A
Text Example
Text Example
White with #43996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43996A; }
p { color: rgb(67,153,106); }
H1.HeaderClassName
{
color: #43996A;
}
.AnyTagClassName
{
color: #43996A;
}
</style>
background-color css
<style>
a { background-color: #43996A; }
a { background-color: rgb(67,153,106); }
div.DivClassName
{
background-color: #43996A;
}
.BgClassName
{
background-color: #43996A;
}
</style>
border-color css
<style>
span { border-color: #43996A; }
span { border-color: rgb(67,153,106); }
td.TdClassName
{
border-color: #43996A;
}
.TagClassName
{
border-color: #43996A;
}
</style>