Shades of Eucalyptus #33935D
Tints of Eucalyptus #33935D
RGB
CMYK
RGB Variations
Color information
#33935D (or 0x33935D) is known color: Eucalyptus. HEX triplet: 33, 93 and 5D. RGB value is (51,147,93). Sum of RGB (Red+Green+Blue) = 51+147+93=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #33935D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33935D is #CC6CA2. Grayscale: #707070. Windows color (decimal): -13397155 or 6132531. OLE color: 6132531.
HSL color Cylindrical-coordinate representation of color #33935D: hue angle of 146.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33935D is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 147 | 93 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.42 |
| HSL | 146.25º | 0.48% | 0.39% | - |
| HSV(B) | 146.25º | 0.65% | 0.58% | - |
| XYZ | 13.77 | 22.36 | 13.95 | - |
| YUV | 112.14 | 117.2 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 147 | 93 | 0.65 | 0 | 0.37 | 0.42 | 146.25 | 0.48 | 0.39 |
| Hex | 33 | 93 | 5D | 41 | 0 | 25 | 2A | 92 | 30 | 27 |
| Octal | 63 | 223 | 135 | 101 | 0 | 45 | 52 | 222 | 60 | 47 |
| Binary | 110011 | 10010011 | 1011101 | 1000001 | 0 | 100101 | 101010 | 10010010 | 110000 | 100111 |
Color Harmonies of #33935D
Complementary color
Monochromatic Colors of #33935D
Black with #33935D
Text Example
Text Example
White with #33935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33935D; }
p { color: rgb(51,147,93); }
H1.HeaderClassName
{
color: #33935D;
}
.AnyTagClassName
{
color: #33935D;
}
</style>
background-color css
<style>
a { background-color: #33935D; }
a { background-color: rgb(51,147,93); }
div.DivClassName
{
background-color: #33935D;
}
.BgClassName
{
background-color: #33935D;
}
</style>
border-color css
<style>
span { border-color: #33935D; }
span { border-color: rgb(51,147,93); }
td.TdClassName
{
border-color: #33935D;
}
.TagClassName
{
border-color: #33935D;
}
</style>