Shades of Eucalyptus #33955C
Tints of Eucalyptus #33955C
RGB
CMYK
RGB Variations
Color information
#33955C (or 0x33955C) is known color: Eucalyptus. HEX triplet: 33, 95 and 5C. RGB value is (51,149,92). Sum of RGB (Red+Green+Blue) = 51+149+92=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #33955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33955C is #CC6AA3. Grayscale: #717171. Windows color (decimal): -13396644 or 6067507. OLE color: 6067507.
HSL color Cylindrical-coordinate representation of color #33955C: hue angle of 145.1º 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 #33955C is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 149 | 92 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.42 |
| HSL | 145.1º | 0.49% | 0.39% | - |
| HSV(B) | 145.1º | 0.66% | 0.58% | - |
| XYZ | 14.04 | 22.97 | 13.82 | - |
| YUV | 113.2 | 116.03 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 149 | 92 | 0.66 | 0 | 0.38 | 0.42 | 145.1 | 0.49 | 0.39 |
| Hex | 33 | 95 | 5C | 42 | 0 | 26 | 2A | 91 | 31 | 27 |
| Octal | 63 | 225 | 134 | 102 | 0 | 46 | 52 | 221 | 61 | 47 |
| Binary | 110011 | 10010101 | 1011100 | 1000010 | 0 | 100110 | 101010 | 10010001 | 110001 | 100111 |
Color Harmonies of #33955C
Complementary color
Monochromatic Colors of #33955C
Black with #33955C
Text Example
Text Example
White with #33955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33955C; }
p { color: rgb(51,149,92); }
H1.HeaderClassName
{
color: #33955C;
}
.AnyTagClassName
{
color: #33955C;
}
</style>
background-color css
<style>
a { background-color: #33955C; }
a { background-color: rgb(51,149,92); }
div.DivClassName
{
background-color: #33955C;
}
.BgClassName
{
background-color: #33955C;
}
</style>
border-color css
<style>
span { border-color: #33955C; }
span { border-color: rgb(51,149,92); }
td.TdClassName
{
border-color: #33955C;
}
.TagClassName
{
border-color: #33955C;
}
</style>