Shades of Eucalyptus #379D67
Tints of Eucalyptus #379D67
RGB
CMYK
RGB Variations
Color information
#379D67 (or 0x379D67) is known color: Eucalyptus. HEX triplet: 37, 9D and 67. RGB value is (55,157,103). Sum of RGB (Red+Green+Blue) = 55+157+103=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #379D67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D67 is #C86298. Grayscale: #787878. Windows color (decimal): -13132441 or 6790455. OLE color: 6790455.
HSL color Cylindrical-coordinate representation of color #379D67: hue angle of 148.24º 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 #379D67 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 157 | 103 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.38 |
| HSL | 148.24º | 0.48% | 0.42% | - |
| HSV(B) | 148.24º | 0.65% | 0.62% | - |
| XYZ | 16.08 | 25.91 | 16.98 | - |
| YUV | 120.35 | 118.21 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 103 | 0.65 | 0 | 0.34 | 0.38 | 148.24 | 0.48 | 0.42 |
| Hex | 37 | 9D | 67 | 41 | 0 | 22 | 26 | 94 | 30 | 2A |
| Octal | 67 | 235 | 147 | 101 | 0 | 42 | 46 | 224 | 60 | 52 |
| Binary | 110111 | 10011101 | 1100111 | 1000001 | 0 | 100010 | 100110 | 10010100 | 110000 | 101010 |
Color Harmonies of #379D67
Complementary color
Monochromatic Colors of #379D67
Black with #379D67
Text Example
Text Example
White with #379D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379D67; }
p { color: rgb(55,157,103); }
H1.HeaderClassName
{
color: #379D67;
}
.AnyTagClassName
{
color: #379D67;
}
</style>
background-color css
<style>
a { background-color: #379D67; }
a { background-color: rgb(55,157,103); }
div.DivClassName
{
background-color: #379D67;
}
.BgClassName
{
background-color: #379D67;
}
</style>
border-color css
<style>
span { border-color: #379D67; }
span { border-color: rgb(55,157,103); }
td.TdClassName
{
border-color: #379D67;
}
.TagClassName
{
border-color: #379D67;
}
</style>