Shades of Eucalyptus #369F63
Tints of Eucalyptus #369F63
RGB
CMYK
RGB Variations
Color information
#369F63 (or 0x369F63) is known color: Eucalyptus. HEX triplet: 36, 9F and 63. RGB value is (54,159,99). Sum of RGB (Red+Green+Blue) = 54+159+99=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #369F63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F63 is #C9609C. Grayscale: #787878. Windows color (decimal): -13197469 or 6528822. OLE color: 6528822.
HSL color Cylindrical-coordinate representation of color #369F63: hue angle of 145.71º 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 #369F63 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 99 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.38 |
| HSL | 145.71º | 0.49% | 0.42% | - |
| HSV(B) | 145.71º | 0.66% | 0.62% | - |
| XYZ | 16.17 | 26.48 | 16.06 | - |
| YUV | 120.77 | 115.71 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 99 | 0.66 | 0 | 0.38 | 0.38 | 145.71 | 0.49 | 0.42 |
| Hex | 36 | 9F | 63 | 42 | 0 | 26 | 26 | 92 | 31 | 2A |
| Octal | 66 | 237 | 143 | 102 | 0 | 46 | 46 | 222 | 61 | 52 |
| Binary | 110110 | 10011111 | 1100011 | 1000010 | 0 | 100110 | 100110 | 10010010 | 110001 | 101010 |
Color Harmonies of #369F63
Complementary color
Monochromatic Colors of #369F63
Black with #369F63
Text Example
Text Example
White with #369F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F63; }
p { color: rgb(54,159,99); }
H1.HeaderClassName
{
color: #369F63;
}
.AnyTagClassName
{
color: #369F63;
}
</style>
background-color css
<style>
a { background-color: #369F63; }
a { background-color: rgb(54,159,99); }
div.DivClassName
{
background-color: #369F63;
}
.BgClassName
{
background-color: #369F63;
}
</style>
border-color css
<style>
span { border-color: #369F63; }
span { border-color: rgb(54,159,99); }
td.TdClassName
{
border-color: #369F63;
}
.TagClassName
{
border-color: #369F63;
}
</style>