Shades of Eucalyptus #369C6A
Tints of Eucalyptus #369C6A
RGB
CMYK
RGB Variations
Color information
#369C6A (or 0x369C6A) is known color: Eucalyptus. HEX triplet: 36, 9C and 6A. RGB value is (54,156,106). Sum of RGB (Red+Green+Blue) = 54+156+106=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #369C6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369C6A is #C96395. Grayscale: #777777. Windows color (decimal): -13198230 or 6986806. OLE color: 6986806.
HSL color Cylindrical-coordinate representation of color #369C6A: hue angle of 150.59º 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 #369C6A is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 156 | 106 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.39 |
| HSL | 150.59º | 0.49% | 0.41% | - |
| HSV(B) | 150.59º | 0.65% | 0.61% | - |
| XYZ | 16.01 | 25.6 | 17.73 | - |
| YUV | 119.8 | 120.21 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 106 | 0.65 | 0 | 0.32 | 0.39 | 150.59 | 0.49 | 0.41 |
| Hex | 36 | 9C | 6A | 41 | 0 | 20 | 27 | 97 | 31 | 29 |
| Octal | 66 | 234 | 152 | 101 | 0 | 40 | 47 | 227 | 61 | 51 |
| Binary | 110110 | 10011100 | 1101010 | 1000001 | 0 | 100000 | 100111 | 10010111 | 110001 | 101001 |
Color Harmonies of #369C6A
Complementary color
Monochromatic Colors of #369C6A
Black with #369C6A
Text Example
Text Example
White with #369C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369C6A; }
p { color: rgb(54,156,106); }
H1.HeaderClassName
{
color: #369C6A;
}
.AnyTagClassName
{
color: #369C6A;
}
</style>
background-color css
<style>
a { background-color: #369C6A; }
a { background-color: rgb(54,156,106); }
div.DivClassName
{
background-color: #369C6A;
}
.BgClassName
{
background-color: #369C6A;
}
</style>
border-color css
<style>
span { border-color: #369C6A; }
span { border-color: rgb(54,156,106); }
td.TdClassName
{
border-color: #369C6A;
}
.TagClassName
{
border-color: #369C6A;
}
</style>