Shades of Eucalyptus #369F6C
Tints of Eucalyptus #369F6C
RGB
CMYK
RGB Variations
Color information
#369F6C (or 0x369F6C) is known color: Eucalyptus. HEX triplet: 36, 9F and 6C. RGB value is (54,159,108). Sum of RGB (Red+Green+Blue) = 54+159+108=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #369F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F6C is #C96093. Grayscale: #797979. Windows color (decimal): -13197460 or 7118646. OLE color: 7118646.
HSL color Cylindrical-coordinate representation of color #369F6C: hue angle of 150.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 #369F6C is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 108 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.38 |
| HSL | 150.86º | 0.49% | 0.42% | - |
| HSV(B) | 150.86º | 0.66% | 0.62% | - |
| XYZ | 16.63 | 26.66 | 18.46 | - |
| YUV | 121.79 | 120.21 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 108 | 0.66 | 0 | 0.32 | 0.38 | 150.86 | 0.49 | 0.42 |
| Hex | 36 | 9F | 6C | 42 | 0 | 20 | 26 | 97 | 31 | 2A |
| Octal | 66 | 237 | 154 | 102 | 0 | 40 | 46 | 227 | 61 | 52 |
| Binary | 110110 | 10011111 | 1101100 | 1000010 | 0 | 100000 | 100110 | 10010111 | 110001 | 101010 |
Color Harmonies of #369F6C
Complementary color
Monochromatic Colors of #369F6C
Black with #369F6C
Text Example
Text Example
White with #369F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F6C; }
p { color: rgb(54,159,108); }
H1.HeaderClassName
{
color: #369F6C;
}
.AnyTagClassName
{
color: #369F6C;
}
</style>
background-color css
<style>
a { background-color: #369F6C; }
a { background-color: rgb(54,159,108); }
div.DivClassName
{
background-color: #369F6C;
}
.BgClassName
{
background-color: #369F6C;
}
</style>
border-color css
<style>
span { border-color: #369F6C; }
span { border-color: rgb(54,159,108); }
td.TdClassName
{
border-color: #369F6C;
}
.TagClassName
{
border-color: #369F6C;
}
</style>