Shades of Eucalyptus #379D63
Tints of Eucalyptus #379D63
RGB
CMYK
RGB Variations
Color information
#379D63 (or 0x379D63) is known color: Eucalyptus. HEX triplet: 37, 9D and 63. RGB value is (55,157,99). Sum of RGB (Red+Green+Blue) = 55+157+99=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 157 (61.72% from 255 or 50.48% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 157 - color contains mainly: green. Hex color #379D63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D63 is #C8629C. Grayscale: #787878. Windows color (decimal): -13132445 or 6528311. OLE color: 6528311.
HSL color Cylindrical-coordinate representation of color #379D63: hue angle of 145.88º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379D63 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 157 | 99 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.38 |
| HSL | 145.88º | 0.48% | 0.42% | - |
| HSV(B) | 145.88º | 0.65% | 0.62% | - |
| XYZ | 15.88 | 25.83 | 15.95 | - |
| YUV | 119.89 | 116.21 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 99 | 0.65 | 0 | 0.37 | 0.38 | 145.88 | 0.48 | 0.42 |
| Hex | 37 | 9D | 63 | 41 | 0 | 25 | 26 | 92 | 30 | 2A |
| Octal | 67 | 235 | 143 | 101 | 0 | 45 | 46 | 222 | 60 | 52 |
| Binary | 110111 | 10011101 | 1100011 | 1000001 | 0 | 100101 | 100110 | 10010010 | 110000 | 101010 |
Color Harmonies of #379D63
Complementary color
Monochromatic Colors of #379D63
Black with #379D63
Text Example
Text Example
White with #379D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379D63; }
p { color: rgb(55,157,99); }
H1.HeaderClassName
{
color: #379D63;
}
.AnyTagClassName
{
color: #379D63;
}
</style>
background-color css
<style>
a { background-color: #379D63; }
a { background-color: rgb(55,157,99); }
div.DivClassName
{
background-color: #379D63;
}
.BgClassName
{
background-color: #379D63;
}
</style>
border-color css
<style>
span { border-color: #379D63; }
span { border-color: rgb(55,157,99); }
td.TdClassName
{
border-color: #379D63;
}
.TagClassName
{
border-color: #379D63;
}
</style>