Shades of Eucalyptus #32925D
Tints of Eucalyptus #32925D
RGB
CMYK
RGB Variations
Color information
#32925D (or 0x32925D) is known color: Eucalyptus. HEX triplet: 32, 92 and 5D. RGB value is (50,146,93). Sum of RGB (Red+Green+Blue) = 50+146+93=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #32925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32925D is #CD6DA2. Grayscale: #6F6F6F. Windows color (decimal): -13462947 or 6132274. OLE color: 6132274.
HSL color Cylindrical-coordinate representation of color #32925D: hue angle of 146.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32925D is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 146 | 93 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.43 |
| HSL | 146.88º | 0.49% | 0.38% | - |
| HSV(B) | 146.88º | 0.66% | 0.57% | - |
| XYZ | 13.57 | 22.03 | 13.89 | - |
| YUV | 111.25 | 117.7 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 93 | 0.66 | 0 | 0.36 | 0.43 | 146.88 | 0.49 | 0.38 |
| Hex | 32 | 92 | 5D | 42 | 0 | 24 | 2B | 93 | 31 | 26 |
| Octal | 62 | 222 | 135 | 102 | 0 | 44 | 53 | 223 | 61 | 46 |
| Binary | 110010 | 10010010 | 1011101 | 1000010 | 0 | 100100 | 101011 | 10010011 | 110001 | 100110 |
Color Harmonies of #32925D
Complementary color
Monochromatic Colors of #32925D
Black with #32925D
Text Example
Text Example
White with #32925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32925D; }
p { color: rgb(50,146,93); }
H1.HeaderClassName
{
color: #32925D;
}
.AnyTagClassName
{
color: #32925D;
}
</style>
background-color css
<style>
a { background-color: #32925D; }
a { background-color: rgb(50,146,93); }
div.DivClassName
{
background-color: #32925D;
}
.BgClassName
{
background-color: #32925D;
}
</style>
border-color css
<style>
span { border-color: #32925D; }
span { border-color: rgb(50,146,93); }
td.TdClassName
{
border-color: #32925D;
}
.TagClassName
{
border-color: #32925D;
}
</style>