Shades of Eucalyptus #369F72
Tints of Eucalyptus #369F72
RGB
CMYK
RGB Variations
Color information
#369F72 (or 0x369F72) is known color: Eucalyptus. HEX triplet: 36, 9F and 72. RGB value is (54,159,114). Sum of RGB (Red+Green+Blue) = 54+159+114=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #369F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F72 is #C9608D. Grayscale: #7A7A7A. Windows color (decimal): -13197454 or 7511862. OLE color: 7511862.
HSL color Cylindrical-coordinate representation of color #369F72: hue angle of 154.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 #369F72 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 114 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.38 |
| HSL | 154.29º | 0.49% | 0.42% | - |
| HSV(B) | 154.29º | 0.66% | 0.62% | - |
| XYZ | 16.96 | 26.8 | 20.2 | - |
| YUV | 122.48 | 123.21 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 114 | 0.66 | 0 | 0.28 | 0.38 | 154.29 | 0.49 | 0.42 |
| Hex | 36 | 9F | 72 | 42 | 0 | 1C | 26 | 9A | 31 | 2A |
| Octal | 66 | 237 | 162 | 102 | 0 | 34 | 46 | 232 | 61 | 52 |
| Binary | 110110 | 10011111 | 1110010 | 1000010 | 0 | 11100 | 100110 | 10011010 | 110001 | 101010 |
Color Harmonies of #369F72
Complementary color
Monochromatic Colors of #369F72
Black with #369F72
Text Example
Text Example
White with #369F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F72; }
p { color: rgb(54,159,114); }
H1.HeaderClassName
{
color: #369F72;
}
.AnyTagClassName
{
color: #369F72;
}
</style>
background-color css
<style>
a { background-color: #369F72; }
a { background-color: rgb(54,159,114); }
div.DivClassName
{
background-color: #369F72;
}
.BgClassName
{
background-color: #369F72;
}
</style>
border-color css
<style>
span { border-color: #369F72; }
span { border-color: rgb(54,159,114); }
td.TdClassName
{
border-color: #369F72;
}
.TagClassName
{
border-color: #369F72;
}
</style>