Shades of Eucalyptus #369D67
Tints of Eucalyptus #369D67
RGB
CMYK
RGB Variations
Color information
#369D67 (or 0x369D67) is known color: Eucalyptus. HEX triplet: 36, 9D and 67. RGB value is (54,157,103). Sum of RGB (Red+Green+Blue) = 54+157+103=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #369D67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D67 is #C96298. Grayscale: #787878. Windows color (decimal): -13197977 or 6790454. OLE color: 6790454.
HSL color Cylindrical-coordinate representation of color #369D67: hue angle of 148.54º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369D67 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 103 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.38 |
| HSL | 148.54º | 0.49% | 0.41% | - |
| HSV(B) | 148.54º | 0.66% | 0.62% | - |
| XYZ | 16.03 | 25.88 | 16.98 | - |
| YUV | 120.05 | 118.38 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 103 | 0.66 | 0 | 0.34 | 0.38 | 148.54 | 0.49 | 0.41 |
| Hex | 36 | 9D | 67 | 42 | 0 | 22 | 26 | 95 | 31 | 29 |
| Octal | 66 | 235 | 147 | 102 | 0 | 42 | 46 | 225 | 61 | 51 |
| Binary | 110110 | 10011101 | 1100111 | 1000010 | 0 | 100010 | 100110 | 10010101 | 110001 | 101001 |
Color Harmonies of #369D67
Complementary color
Monochromatic Colors of #369D67
Black with #369D67
Text Example
Text Example
White with #369D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D67; }
p { color: rgb(54,157,103); }
H1.HeaderClassName
{
color: #369D67;
}
.AnyTagClassName
{
color: #369D67;
}
</style>
background-color css
<style>
a { background-color: #369D67; }
a { background-color: rgb(54,157,103); }
div.DivClassName
{
background-color: #369D67;
}
.BgClassName
{
background-color: #369D67;
}
</style>
border-color css
<style>
span { border-color: #369D67; }
span { border-color: rgb(54,157,103); }
td.TdClassName
{
border-color: #369D67;
}
.TagClassName
{
border-color: #369D67;
}
</style>