Shades of Eucalyptus #32995D
Tints of Eucalyptus #32995D
RGB
CMYK
RGB Variations
Color information
#32995D (or 0x32995D) is known color: Eucalyptus. HEX triplet: 32, 99 and 5D. RGB value is (50,153,93). Sum of RGB (Red+Green+Blue) = 50+153+93=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #32995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32995D is #CD66A2. Grayscale: #737373. Windows color (decimal): -13461155 or 6134066. OLE color: 6134066.
HSL color Cylindrical-coordinate representation of color #32995D: hue angle of 145.05º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32995D is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 93 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.4 |
| HSL | 145.05º | 0.51% | 0.4% | - |
| HSV(B) | 145.05º | 0.67% | 0.6% | - |
| XYZ | 14.68 | 24.25 | 14.26 | - |
| YUV | 115.36 | 115.38 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 93 | 0.67 | 0 | 0.39 | 0.4 | 145.05 | 0.51 | 0.4 |
| Hex | 32 | 99 | 5D | 43 | 0 | 27 | 28 | 91 | 33 | 28 |
| Octal | 62 | 231 | 135 | 103 | 0 | 47 | 50 | 221 | 63 | 50 |
| Binary | 110010 | 10011001 | 1011101 | 1000011 | 0 | 100111 | 101000 | 10010001 | 110011 | 101000 |
Color Harmonies of #32995D
Complementary color
Monochromatic Colors of #32995D
Black with #32995D
Text Example
Text Example
White with #32995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32995D; }
p { color: rgb(50,153,93); }
H1.HeaderClassName
{
color: #32995D;
}
.AnyTagClassName
{
color: #32995D;
}
</style>
background-color css
<style>
a { background-color: #32995D; }
a { background-color: rgb(50,153,93); }
div.DivClassName
{
background-color: #32995D;
}
.BgClassName
{
background-color: #32995D;
}
</style>
border-color css
<style>
span { border-color: #32995D; }
span { border-color: rgb(50,153,93); }
td.TdClassName
{
border-color: #32995D;
}
.TagClassName
{
border-color: #32995D;
}
</style>