Shades of Eucalyptus #33955A
Tints of Eucalyptus #33955A
RGB
CMYK
RGB Variations
Color information
#33955A (or 0x33955A) is known color: Eucalyptus. HEX triplet: 33, 95 and 5A. RGB value is (51,149,90). Sum of RGB (Red+Green+Blue) = 51+149+90=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #33955A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33955A is #CC6AA5. Grayscale: #717171. Windows color (decimal): -13396646 or 5936435. OLE color: 5936435.
HSL color Cylindrical-coordinate representation of color #33955A: hue angle of 143.88º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33955A is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 149 | 90 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.42 |
| HSL | 143.88º | 0.49% | 0.39% | - |
| HSV(B) | 143.88º | 0.66% | 0.58% | - |
| XYZ | 13.96 | 22.94 | 13.36 | - |
| YUV | 112.97 | 115.03 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 149 | 90 | 0.66 | 0 | 0.40 | 0.42 | 143.88 | 0.49 | 0.39 |
| Hex | 33 | 95 | 5A | 42 | 0 | 28 | 2A | 90 | 31 | 27 |
| Octal | 63 | 225 | 132 | 102 | 0 | 50 | 52 | 220 | 61 | 47 |
| Binary | 110011 | 10010101 | 1011010 | 1000010 | 0 | 101000 | 101010 | 10010000 | 110001 | 100111 |
Color Harmonies of #33955A
Complementary color
Monochromatic Colors of #33955A
Black with #33955A
Text Example
Text Example
White with #33955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33955A; }
p { color: rgb(51,149,90); }
H1.HeaderClassName
{
color: #33955A;
}
.AnyTagClassName
{
color: #33955A;
}
</style>
background-color css
<style>
a { background-color: #33955A; }
a { background-color: rgb(51,149,90); }
div.DivClassName
{
background-color: #33955A;
}
.BgClassName
{
background-color: #33955A;
}
</style>
border-color css
<style>
span { border-color: #33955A; }
span { border-color: rgb(51,149,90); }
td.TdClassName
{
border-color: #33955A;
}
.TagClassName
{
border-color: #33955A;
}
</style>