Shades of Eucalyptus #369F5E
Tints of Eucalyptus #369F5E
RGB
CMYK
RGB Variations
Color information
#369F5E (or 0x369F5E) is known color: Eucalyptus. HEX triplet: 36, 9F and 5E. RGB value is (54,159,94). Sum of RGB (Red+Green+Blue) = 54+159+94=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #369F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F5E is #C960A1. Grayscale: #787878. Windows color (decimal): -13197474 or 6201142. OLE color: 6201142.
HSL color Cylindrical-coordinate representation of color #369F5E: hue angle of 142.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369F5E is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 94 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.38 |
| HSL | 142.86º | 0.49% | 0.42% | - |
| HSV(B) | 142.86º | 0.66% | 0.62% | - |
| XYZ | 15.94 | 26.39 | 14.84 | - |
| YUV | 120.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 94 | 0.66 | 0 | 0.41 | 0.38 | 142.86 | 0.49 | 0.42 |
| Hex | 36 | 9F | 5E | 42 | 0 | 29 | 26 | 8F | 31 | 2A |
| Octal | 66 | 237 | 136 | 102 | 0 | 51 | 46 | 217 | 61 | 52 |
| Binary | 110110 | 10011111 | 1011110 | 1000010 | 0 | 101001 | 100110 | 10001111 | 110001 | 101010 |
Color Harmonies of #369F5E
Complementary color
Monochromatic Colors of #369F5E
Black with #369F5E
Text Example
Text Example
White with #369F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F5E; }
p { color: rgb(54,159,94); }
H1.HeaderClassName
{
color: #369F5E;
}
.AnyTagClassName
{
color: #369F5E;
}
</style>
background-color css
<style>
a { background-color: #369F5E; }
a { background-color: rgb(54,159,94); }
div.DivClassName
{
background-color: #369F5E;
}
.BgClassName
{
background-color: #369F5E;
}
</style>
border-color css
<style>
span { border-color: #369F5E; }
span { border-color: rgb(54,159,94); }
td.TdClassName
{
border-color: #369F5E;
}
.TagClassName
{
border-color: #369F5E;
}
</style>