Shades of Eucalyptus #369F69
Tints of Eucalyptus #369F69
RGB
CMYK
RGB Variations
Color information
#369F69 (or 0x369F69) is known color: Eucalyptus. HEX triplet: 36, 9F and 69. RGB value is (54,159,105). Sum of RGB (Red+Green+Blue) = 54+159+105=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #369F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F69 is #C96096. Grayscale: #797979. Windows color (decimal): -13197463 or 6922038. OLE color: 6922038.
HSL color Cylindrical-coordinate representation of color #369F69: hue angle of 149.14º 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 #369F69 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 105 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.38 |
| HSL | 149.14º | 0.49% | 0.42% | - |
| HSV(B) | 149.14º | 0.66% | 0.62% | - |
| XYZ | 16.47 | 26.6 | 17.63 | - |
| YUV | 121.45 | 118.71 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 105 | 0.66 | 0 | 0.34 | 0.38 | 149.14 | 0.49 | 0.42 |
| Hex | 36 | 9F | 69 | 42 | 0 | 22 | 26 | 95 | 31 | 2A |
| Octal | 66 | 237 | 151 | 102 | 0 | 42 | 46 | 225 | 61 | 52 |
| Binary | 110110 | 10011111 | 1101001 | 1000010 | 0 | 100010 | 100110 | 10010101 | 110001 | 101010 |
Color Harmonies of #369F69
Complementary color
Monochromatic Colors of #369F69
Black with #369F69
Text Example
Text Example
White with #369F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F69; }
p { color: rgb(54,159,105); }
H1.HeaderClassName
{
color: #369F69;
}
.AnyTagClassName
{
color: #369F69;
}
</style>
background-color css
<style>
a { background-color: #369F69; }
a { background-color: rgb(54,159,105); }
div.DivClassName
{
background-color: #369F69;
}
.BgClassName
{
background-color: #369F69;
}
</style>
border-color css
<style>
span { border-color: #369F69; }
span { border-color: rgb(54,159,105); }
td.TdClassName
{
border-color: #369F69;
}
.TagClassName
{
border-color: #369F69;
}
</style>