Shades of Eucalyptus #33935B
Tints of Eucalyptus #33935B
RGB
CMYK
RGB Variations
Color information
#33935B (or 0x33935B) is known color: Eucalyptus. HEX triplet: 33, 93 and 5B. RGB value is (51,147,91). Sum of RGB (Red+Green+Blue) = 51+147+91=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #33935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33935B is #CC6CA4. Grayscale: #707070. Windows color (decimal): -13397157 or 6001459. OLE color: 6001459.
HSL color Cylindrical-coordinate representation of color #33935B: hue angle of 145º 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 #33935B is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 147 | 91 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.42 |
| HSL | 145º | 0.48% | 0.39% | - |
| HSV(B) | 145º | 0.65% | 0.58% | - |
| XYZ | 13.69 | 22.33 | 13.49 | - |
| YUV | 111.91 | 116.2 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 147 | 91 | 0.65 | 0 | 0.38 | 0.42 | 145 | 0.48 | 0.39 |
| Hex | 33 | 93 | 5B | 41 | 0 | 26 | 2A | 91 | 30 | 27 |
| Octal | 63 | 223 | 133 | 101 | 0 | 46 | 52 | 221 | 60 | 47 |
| Binary | 110011 | 10010011 | 1011011 | 1000001 | 0 | 100110 | 101010 | 10010001 | 110000 | 100111 |
Color Harmonies of #33935B
Complementary color
Monochromatic Colors of #33935B
Black with #33935B
Text Example
Text Example
White with #33935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33935B; }
p { color: rgb(51,147,91); }
H1.HeaderClassName
{
color: #33935B;
}
.AnyTagClassName
{
color: #33935B;
}
</style>
background-color css
<style>
a { background-color: #33935B; }
a { background-color: rgb(51,147,91); }
div.DivClassName
{
background-color: #33935B;
}
.BgClassName
{
background-color: #33935B;
}
</style>
border-color css
<style>
span { border-color: #33935B; }
span { border-color: rgb(51,147,91); }
td.TdClassName
{
border-color: #33935B;
}
.TagClassName
{
border-color: #33935B;
}
</style>