Shades of Eucalyptus #369C5C
Tints of Eucalyptus #369C5C
RGB
CMYK
RGB Variations
Color information
#369C5C (or 0x369C5C) is known color: Eucalyptus. HEX triplet: 36, 9C and 5C. RGB value is (54,156,92). Sum of RGB (Red+Green+Blue) = 54+156+92=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 156 (61.33% from 255 or 51.66% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 156 - color contains mainly: green. Hex color #369C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369C5C is #C963A3. Grayscale: #767676. Windows color (decimal): -13198244 or 6069302. OLE color: 6069302.
HSL color Cylindrical-coordinate representation of color #369C5C: hue angle of 142.35º 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 #369C5C is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 156 | 92 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.39 |
| HSL | 142.35º | 0.49% | 0.41% | - |
| HSV(B) | 142.35º | 0.65% | 0.61% | - |
| XYZ | 15.34 | 25.33 | 14.21 | - |
| YUV | 118.21 | 113.21 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 92 | 0.65 | 0 | 0.41 | 0.39 | 142.35 | 0.49 | 0.41 |
| Hex | 36 | 9C | 5C | 41 | 0 | 29 | 27 | 8E | 31 | 29 |
| Octal | 66 | 234 | 134 | 101 | 0 | 51 | 47 | 216 | 61 | 51 |
| Binary | 110110 | 10011100 | 1011100 | 1000001 | 0 | 101001 | 100111 | 10001110 | 110001 | 101001 |
Color Harmonies of #369C5C
Complementary color
Monochromatic Colors of #369C5C
Black with #369C5C
Text Example
Text Example
White with #369C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369C5C; }
p { color: rgb(54,156,92); }
H1.HeaderClassName
{
color: #369C5C;
}
.AnyTagClassName
{
color: #369C5C;
}
</style>
background-color css
<style>
a { background-color: #369C5C; }
a { background-color: rgb(54,156,92); }
div.DivClassName
{
background-color: #369C5C;
}
.BgClassName
{
background-color: #369C5C;
}
</style>
border-color css
<style>
span { border-color: #369C5C; }
span { border-color: rgb(54,156,92); }
td.TdClassName
{
border-color: #369C5C;
}
.TagClassName
{
border-color: #369C5C;
}
</style>