Shades of Eucalyptus #359B5C
Tints of Eucalyptus #359B5C
RGB
CMYK
RGB Variations
Color information
#359B5C (or 0x359B5C) is known color: Eucalyptus. HEX triplet: 35, 9B and 5C. RGB value is (53,155,92). Sum of RGB (Red+Green+Blue) = 53+155+92=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #359B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B5C is #CA64A3. Grayscale: #757575. Windows color (decimal): -13264036 or 6069045. OLE color: 6069045.
HSL color Cylindrical-coordinate representation of color #359B5C: hue angle of 142.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359B5C is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 155 | 92 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.39 |
| HSL | 142.94º | 0.49% | 0.41% | - |
| HSV(B) | 142.94º | 0.66% | 0.61% | - |
| XYZ | 15.12 | 24.97 | 14.15 | - |
| YUV | 117.32 | 113.71 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 92 | 0.66 | 0 | 0.41 | 0.39 | 142.94 | 0.49 | 0.41 |
| Hex | 35 | 9B | 5C | 42 | 0 | 29 | 27 | 8F | 31 | 29 |
| Octal | 65 | 233 | 134 | 102 | 0 | 51 | 47 | 217 | 61 | 51 |
| Binary | 110101 | 10011011 | 1011100 | 1000010 | 0 | 101001 | 100111 | 10001111 | 110001 | 101001 |
Color Harmonies of #359B5C
Complementary color
Monochromatic Colors of #359B5C
Black with #359B5C
Text Example
Text Example
White with #359B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359B5C; }
p { color: rgb(53,155,92); }
H1.HeaderClassName
{
color: #359B5C;
}
.AnyTagClassName
{
color: #359B5C;
}
</style>
background-color css
<style>
a { background-color: #359B5C; }
a { background-color: rgb(53,155,92); }
div.DivClassName
{
background-color: #359B5C;
}
.BgClassName
{
background-color: #359B5C;
}
</style>
border-color css
<style>
span { border-color: #359B5C; }
span { border-color: rgb(53,155,92); }
td.TdClassName
{
border-color: #359B5C;
}
.TagClassName
{
border-color: #359B5C;
}
</style>