Shades of Eucalyptus #369C5F
Tints of Eucalyptus #369C5F
RGB
CMYK
RGB Variations
Color information
#369C5F (or 0x369C5F) is known color: Eucalyptus. HEX triplet: 36, 9C and 5F. RGB value is (54,156,95). Sum of RGB (Red+Green+Blue) = 54+156+95=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #369C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369C5F is #C963A0. Grayscale: #767676. Windows color (decimal): -13198241 or 6265910. OLE color: 6265910.
HSL color Cylindrical-coordinate representation of color #369C5F: hue angle of 144.12º 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 #369C5F is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 156 | 95 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.39 |
| HSL | 144.12º | 0.49% | 0.41% | - |
| HSV(B) | 144.12º | 0.65% | 0.61% | - |
| XYZ | 15.48 | 25.39 | 14.91 | - |
| YUV | 118.55 | 114.71 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 95 | 0.65 | 0 | 0.39 | 0.39 | 144.12 | 0.49 | 0.41 |
| Hex | 36 | 9C | 5F | 41 | 0 | 27 | 27 | 90 | 31 | 29 |
| Octal | 66 | 234 | 137 | 101 | 0 | 47 | 47 | 220 | 61 | 51 |
| Binary | 110110 | 10011100 | 1011111 | 1000001 | 0 | 100111 | 100111 | 10010000 | 110001 | 101001 |
Color Harmonies of #369C5F
Complementary color
Monochromatic Colors of #369C5F
Black with #369C5F
Text Example
Text Example
White with #369C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369C5F; }
p { color: rgb(54,156,95); }
H1.HeaderClassName
{
color: #369C5F;
}
.AnyTagClassName
{
color: #369C5F;
}
</style>
background-color css
<style>
a { background-color: #369C5F; }
a { background-color: rgb(54,156,95); }
div.DivClassName
{
background-color: #369C5F;
}
.BgClassName
{
background-color: #369C5F;
}
</style>
border-color css
<style>
span { border-color: #369C5F; }
span { border-color: rgb(54,156,95); }
td.TdClassName
{
border-color: #369C5F;
}
.TagClassName
{
border-color: #369C5F;
}
</style>