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