Shades of Eucalyptus #379263
Tints of Eucalyptus #379263
RGB
CMYK
RGB Variations
Color information
#379263 (or 0x379263) is known color: Eucalyptus. HEX triplet: 37, 92 and 63. RGB value is (55,146,99). Sum of RGB (Red+Green+Blue) = 55+146+99=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #379263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379263 is #C86D9C. Grayscale: #717171. Windows color (decimal): -13135261 or 6525495. OLE color: 6525495.
HSL color Cylindrical-coordinate representation of color #379263: hue angle of 149.01º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379263 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 146 | 99 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.43 |
| HSL | 149.01º | 0.45% | 0.39% | - |
| HSV(B) | 149.01º | 0.62% | 0.57% | - |
| XYZ | 14.11 | 22.27 | 15.36 | - |
| YUV | 113.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 146 | 99 | 0.62 | 0 | 0.32 | 0.43 | 149.01 | 0.45 | 0.39 |
| Hex | 37 | 92 | 63 | 3E | 0 | 20 | 2B | 95 | 2D | 27 |
| Octal | 67 | 222 | 143 | 76 | 0 | 40 | 53 | 225 | 55 | 47 |
| Binary | 110111 | 10010010 | 1100011 | 111110 | 0 | 100000 | 101011 | 10010101 | 101101 | 100111 |
Color Harmonies of #379263
Complementary color
Monochromatic Colors of #379263
Black with #379263
Text Example
Text Example
White with #379263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379263; }
p { color: rgb(55,146,99); }
H1.HeaderClassName
{
color: #379263;
}
.AnyTagClassName
{
color: #379263;
}
</style>
background-color css
<style>
a { background-color: #379263; }
a { background-color: rgb(55,146,99); }
div.DivClassName
{
background-color: #379263;
}
.BgClassName
{
background-color: #379263;
}
</style>
border-color css
<style>
span { border-color: #379263; }
span { border-color: rgb(55,146,99); }
td.TdClassName
{
border-color: #379263;
}
.TagClassName
{
border-color: #379263;
}
</style>