Shades of Eucalyptus #33955E
Tints of Eucalyptus #33955E
RGB
CMYK
RGB Variations
Color information
#33955E (or 0x33955E) is known color: Eucalyptus. HEX triplet: 33, 95 and 5E. RGB value is (51,149,94). Sum of RGB (Red+Green+Blue) = 51+149+94=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #33955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33955E is #CC6AA1. Grayscale: #717171. Windows color (decimal): -13396642 or 6198579. OLE color: 6198579.
HSL color Cylindrical-coordinate representation of color #33955E: hue angle of 146.33º 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 #33955E is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 149 | 94 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.42 |
| HSL | 146.33º | 0.49% | 0.39% | - |
| HSV(B) | 146.33º | 0.66% | 0.58% | - |
| XYZ | 14.13 | 23.01 | 14.29 | - |
| YUV | 113.43 | 117.03 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 149 | 94 | 0.66 | 0 | 0.37 | 0.42 | 146.33 | 0.49 | 0.39 |
| Hex | 33 | 95 | 5E | 42 | 0 | 25 | 2A | 92 | 31 | 27 |
| Octal | 63 | 225 | 136 | 102 | 0 | 45 | 52 | 222 | 61 | 47 |
| Binary | 110011 | 10010101 | 1011110 | 1000010 | 0 | 100101 | 101010 | 10010010 | 110001 | 100111 |
Color Harmonies of #33955E
Complementary color
Monochromatic Colors of #33955E
Black with #33955E
Text Example
Text Example
White with #33955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33955E; }
p { color: rgb(51,149,94); }
H1.HeaderClassName
{
color: #33955E;
}
.AnyTagClassName
{
color: #33955E;
}
</style>
background-color css
<style>
a { background-color: #33955E; }
a { background-color: rgb(51,149,94); }
div.DivClassName
{
background-color: #33955E;
}
.BgClassName
{
background-color: #33955E;
}
</style>
border-color css
<style>
span { border-color: #33955E; }
span { border-color: rgb(51,149,94); }
td.TdClassName
{
border-color: #33955E;
}
.TagClassName
{
border-color: #33955E;
}
</style>