Shades of Eucalyptus #359966
Tints of Eucalyptus #359966
RGB
CMYK
RGB Variations
Color information
#359966 (or 0x359966) is known color: Eucalyptus. HEX triplet: 35, 99 and 66. RGB value is (53,153,102). Sum of RGB (Red+Green+Blue) = 53+153+102=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #359966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359966 is #CA6699. Grayscale: #757575. Windows color (decimal): -13264538 or 6723893. OLE color: 6723893.
HSL color Cylindrical-coordinate representation of color #359966: hue angle of 149.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359966 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 153 | 102 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.4 |
| HSL | 149.4º | 0.49% | 0.4% | - |
| HSV(B) | 149.4º | 0.65% | 0.6% | - |
| XYZ | 15.26 | 24.5 | 16.49 | - |
| YUV | 117.29 | 119.37 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 102 | 0.65 | 0 | 0.33 | 0.4 | 149.4 | 0.49 | 0.4 |
| Hex | 35 | 99 | 66 | 41 | 0 | 21 | 28 | 95 | 31 | 28 |
| Octal | 65 | 231 | 146 | 101 | 0 | 41 | 50 | 225 | 61 | 50 |
| Binary | 110101 | 10011001 | 1100110 | 1000001 | 0 | 100001 | 101000 | 10010101 | 110001 | 101000 |
Color Harmonies of #359966
Complementary color
Monochromatic Colors of #359966
Black with #359966
Text Example
Text Example
White with #359966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359966; }
p { color: rgb(53,153,102); }
H1.HeaderClassName
{
color: #359966;
}
.AnyTagClassName
{
color: #359966;
}
</style>
background-color css
<style>
a { background-color: #359966; }
a { background-color: rgb(53,153,102); }
div.DivClassName
{
background-color: #359966;
}
.BgClassName
{
background-color: #359966;
}
</style>
border-color css
<style>
span { border-color: #359966; }
span { border-color: rgb(53,153,102); }
td.TdClassName
{
border-color: #359966;
}
.TagClassName
{
border-color: #359966;
}
</style>