Shades of Eucalyptus #369C5A
Tints of Eucalyptus #369C5A
RGB
CMYK
RGB Variations
Color information
#369C5A (or 0x369C5A) is known color: Eucalyptus. HEX triplet: 36, 9C and 5A. RGB value is (54,156,90). Sum of RGB (Red+Green+Blue) = 54+156+90=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 156 (61.33% from 255 or 52% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 156 - color contains mainly: green. Hex color #369C5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369C5A is #C963A5. Grayscale: #767676. Windows color (decimal): -13198246 or 5938230. OLE color: 5938230.
HSL color Cylindrical-coordinate representation of color #369C5A: hue angle of 141.18º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369C5A is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 156 | 90 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.39 |
| HSL | 141.18º | 0.49% | 0.41% | - |
| HSV(B) | 141.18º | 0.65% | 0.61% | - |
| XYZ | 15.26 | 25.3 | 13.75 | - |
| YUV | 117.98 | 112.21 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 90 | 0.65 | 0 | 0.42 | 0.39 | 141.18 | 0.49 | 0.41 |
| Hex | 36 | 9C | 5A | 41 | 0 | 2A | 27 | 8D | 31 | 29 |
| Octal | 66 | 234 | 132 | 101 | 0 | 52 | 47 | 215 | 61 | 51 |
| Binary | 110110 | 10011100 | 1011010 | 1000001 | 0 | 101010 | 100111 | 10001101 | 110001 | 101001 |
Color Harmonies of #369C5A
Complementary color
Monochromatic Colors of #369C5A
Black with #369C5A
Text Example
Text Example
White with #369C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369C5A; }
p { color: rgb(54,156,90); }
H1.HeaderClassName
{
color: #369C5A;
}
.AnyTagClassName
{
color: #369C5A;
}
</style>
background-color css
<style>
a { background-color: #369C5A; }
a { background-color: rgb(54,156,90); }
div.DivClassName
{
background-color: #369C5A;
}
.BgClassName
{
background-color: #369C5A;
}
</style>
border-color css
<style>
span { border-color: #369C5A; }
span { border-color: rgb(54,156,90); }
td.TdClassName
{
border-color: #369C5A;
}
.TagClassName
{
border-color: #369C5A;
}
</style>