Shades of Eucalyptus #369F65
Tints of Eucalyptus #369F65
RGB
CMYK
RGB Variations
Color information
#369F65 (or 0x369F65) is known color: Eucalyptus. HEX triplet: 36, 9F and 65. RGB value is (54,159,101). Sum of RGB (Red+Green+Blue) = 54+159+101=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #369F65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F65 is #C9609A. Grayscale: #797979. Windows color (decimal): -13197467 or 6659894. OLE color: 6659894.
HSL color Cylindrical-coordinate representation of color #369F65: hue angle of 146.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 #369F65 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 101 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.38 |
| HSL | 146.86º | 0.49% | 0.42% | - |
| HSV(B) | 146.86º | 0.66% | 0.62% | - |
| XYZ | 16.27 | 26.52 | 16.57 | - |
| YUV | 120.99 | 116.71 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 101 | 0.66 | 0 | 0.36 | 0.38 | 146.86 | 0.49 | 0.42 |
| Hex | 36 | 9F | 65 | 42 | 0 | 24 | 26 | 93 | 31 | 2A |
| Octal | 66 | 237 | 145 | 102 | 0 | 44 | 46 | 223 | 61 | 52 |
| Binary | 110110 | 10011111 | 1100101 | 1000010 | 0 | 100100 | 100110 | 10010011 | 110001 | 101010 |
Color Harmonies of #369F65
Complementary color
Monochromatic Colors of #369F65
Black with #369F65
Text Example
Text Example
White with #369F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F65; }
p { color: rgb(54,159,101); }
H1.HeaderClassName
{
color: #369F65;
}
.AnyTagClassName
{
color: #369F65;
}
</style>
background-color css
<style>
a { background-color: #369F65; }
a { background-color: rgb(54,159,101); }
div.DivClassName
{
background-color: #369F65;
}
.BgClassName
{
background-color: #369F65;
}
</style>
border-color css
<style>
span { border-color: #369F65; }
span { border-color: rgb(54,159,101); }
td.TdClassName
{
border-color: #369F65;
}
.TagClassName
{
border-color: #369F65;
}
</style>