Shades of Eucalyptus #369F5D
Tints of Eucalyptus #369F5D
RGB
CMYK
RGB Variations
Color information
#369F5D (or 0x369F5D) is known color: Eucalyptus. HEX triplet: 36, 9F and 5D. RGB value is (54,159,93). Sum of RGB (Red+Green+Blue) = 54+159+93=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #369F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F5D is #C960A2. Grayscale: #787878. Windows color (decimal): -13197475 or 6135606. OLE color: 6135606.
HSL color Cylindrical-coordinate representation of color #369F5D: hue angle of 142.29º 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 #369F5D is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 93 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.38 |
| HSL | 142.29º | 0.49% | 0.42% | - |
| HSV(B) | 142.29º | 0.66% | 0.62% | - |
| XYZ | 15.9 | 26.37 | 14.61 | - |
| YUV | 120.08 | 112.71 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 93 | 0.66 | 0 | 0.42 | 0.38 | 142.29 | 0.49 | 0.42 |
| Hex | 36 | 9F | 5D | 42 | 0 | 2A | 26 | 8E | 31 | 2A |
| Octal | 66 | 237 | 135 | 102 | 0 | 52 | 46 | 216 | 61 | 52 |
| Binary | 110110 | 10011111 | 1011101 | 1000010 | 0 | 101010 | 100110 | 10001110 | 110001 | 101010 |
Color Harmonies of #369F5D
Complementary color
Monochromatic Colors of #369F5D
Black with #369F5D
Text Example
Text Example
White with #369F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F5D; }
p { color: rgb(54,159,93); }
H1.HeaderClassName
{
color: #369F5D;
}
.AnyTagClassName
{
color: #369F5D;
}
</style>
background-color css
<style>
a { background-color: #369F5D; }
a { background-color: rgb(54,159,93); }
div.DivClassName
{
background-color: #369F5D;
}
.BgClassName
{
background-color: #369F5D;
}
</style>
border-color css
<style>
span { border-color: #369F5D; }
span { border-color: rgb(54,159,93); }
td.TdClassName
{
border-color: #369F5D;
}
.TagClassName
{
border-color: #369F5D;
}
</style>