Shades of Eucalyptus #339965
Tints of Eucalyptus #339965
RGB
CMYK
RGB Variations
Color information
#339965 (or 0x339965) is known color: Eucalyptus. HEX triplet: 33, 99 and 65. RGB value is (51,153,101). Sum of RGB (Red+Green+Blue) = 51+153+101=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #339965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339965 is #CC669A. Grayscale: #747474. Windows color (decimal): -13395611 or 6658355. OLE color: 6658355.
HSL color Cylindrical-coordinate representation of color #339965: hue angle of 149.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339965 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 153 | 101 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.4 |
| HSL | 149.41º | 0.5% | 0.4% | - |
| HSV(B) | 149.41º | 0.67% | 0.6% | - |
| XYZ | 15.11 | 24.43 | 16.23 | - |
| YUV | 116.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 153 | 101 | 0.67 | 0 | 0.34 | 0.4 | 149.41 | 0.5 | 0.4 |
| Hex | 33 | 99 | 65 | 43 | 0 | 22 | 28 | 95 | 32 | 28 |
| Octal | 63 | 231 | 145 | 103 | 0 | 42 | 50 | 225 | 62 | 50 |
| Binary | 110011 | 10011001 | 1100101 | 1000011 | 0 | 100010 | 101000 | 10010101 | 110010 | 101000 |
Color Harmonies of #339965
Complementary color
Monochromatic Colors of #339965
Black with #339965
Text Example
Text Example
White with #339965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339965; }
p { color: rgb(51,153,101); }
H1.HeaderClassName
{
color: #339965;
}
.AnyTagClassName
{
color: #339965;
}
</style>
background-color css
<style>
a { background-color: #339965; }
a { background-color: rgb(51,153,101); }
div.DivClassName
{
background-color: #339965;
}
.BgClassName
{
background-color: #339965;
}
</style>
border-color css
<style>
span { border-color: #339965; }
span { border-color: rgb(51,153,101); }
td.TdClassName
{
border-color: #339965;
}
.TagClassName
{
border-color: #339965;
}
</style>