Shades of Eucalyptus #369B5E
Tints of Eucalyptus #369B5E
RGB
CMYK
RGB Variations
Color information
#369B5E (or 0x369B5E) is known color: Eucalyptus. HEX triplet: 36, 9B and 5E. RGB value is (54,155,94). Sum of RGB (Red+Green+Blue) = 54+155+94=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 155 (60.94% from 255 or 51.16% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 155 - color contains mainly: green. Hex color #369B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369B5E is #C964A1. Grayscale: #757575. Windows color (decimal): -13198498 or 6200118. OLE color: 6200118.
HSL color Cylindrical-coordinate representation of color #369B5E: hue angle of 143.76º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369B5E is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 155 | 94 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.39 |
| HSL | 143.76º | 0.48% | 0.41% | - |
| HSV(B) | 143.76º | 0.65% | 0.61% | - |
| XYZ | 15.26 | 25.04 | 14.62 | - |
| YUV | 117.85 | 114.54 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 94 | 0.65 | 0 | 0.39 | 0.39 | 143.76 | 0.48 | 0.41 |
| Hex | 36 | 9B | 5E | 41 | 0 | 27 | 27 | 90 | 30 | 29 |
| Octal | 66 | 233 | 136 | 101 | 0 | 47 | 47 | 220 | 60 | 51 |
| Binary | 110110 | 10011011 | 1011110 | 1000001 | 0 | 100111 | 100111 | 10010000 | 110000 | 101001 |
Color Harmonies of #369B5E
Complementary color
Monochromatic Colors of #369B5E
Black with #369B5E
Text Example
Text Example
White with #369B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369B5E; }
p { color: rgb(54,155,94); }
H1.HeaderClassName
{
color: #369B5E;
}
.AnyTagClassName
{
color: #369B5E;
}
</style>
background-color css
<style>
a { background-color: #369B5E; }
a { background-color: rgb(54,155,94); }
div.DivClassName
{
background-color: #369B5E;
}
.BgClassName
{
background-color: #369B5E;
}
</style>
border-color css
<style>
span { border-color: #369B5E; }
span { border-color: rgb(54,155,94); }
td.TdClassName
{
border-color: #369B5E;
}
.TagClassName
{
border-color: #369B5E;
}
</style>