Shades of Eucalyptus #369E67
Tints of Eucalyptus #369E67
RGB
CMYK
RGB Variations
Color information
#369E67 (or 0x369E67) is known color: Eucalyptus. HEX triplet: 36, 9E and 67. RGB value is (54,158,103). Sum of RGB (Red+Green+Blue) = 54+158+103=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #369E67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369E67 is #C96198. Grayscale: #787878. Windows color (decimal): -13197721 or 6790710. OLE color: 6790710.
HSL color Cylindrical-coordinate representation of color #369E67: hue angle of 148.27º 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 #369E67 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 158 | 103 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.38 |
| HSL | 148.27º | 0.49% | 0.42% | - |
| HSV(B) | 148.27º | 0.66% | 0.62% | - |
| XYZ | 16.2 | 26.22 | 17.04 | - |
| YUV | 120.63 | 118.04 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 158 | 103 | 0.66 | 0 | 0.35 | 0.38 | 148.27 | 0.49 | 0.42 |
| Hex | 36 | 9E | 67 | 42 | 0 | 23 | 26 | 94 | 31 | 2A |
| Octal | 66 | 236 | 147 | 102 | 0 | 43 | 46 | 224 | 61 | 52 |
| Binary | 110110 | 10011110 | 1100111 | 1000010 | 0 | 100011 | 100110 | 10010100 | 110001 | 101010 |
Color Harmonies of #369E67
Complementary color
Monochromatic Colors of #369E67
Black with #369E67
Text Example
Text Example
White with #369E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369E67; }
p { color: rgb(54,158,103); }
H1.HeaderClassName
{
color: #369E67;
}
.AnyTagClassName
{
color: #369E67;
}
</style>
background-color css
<style>
a { background-color: #369E67; }
a { background-color: rgb(54,158,103); }
div.DivClassName
{
background-color: #369E67;
}
.BgClassName
{
background-color: #369E67;
}
</style>
border-color css
<style>
span { border-color: #369E67; }
span { border-color: rgb(54,158,103); }
td.TdClassName
{
border-color: #369E67;
}
.TagClassName
{
border-color: #369E67;
}
</style>