Shades of Eucalyptus #388B64
Tints of Eucalyptus #388B64
RGB
CMYK
RGB Variations
Color information
#388B64 (or 0x388B64) is known color: Eucalyptus. HEX triplet: 38, 8B and 64. RGB value is (56,139,100). Sum of RGB (Red+Green+Blue) = 56+139+100=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #388B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388B64 is #C7749B. Grayscale: #6D6D6D. Windows color (decimal): -13071516 or 6589240. OLE color: 6589240.
HSL color Cylindrical-coordinate representation of color #388B64: hue angle of 151.81º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388B64 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 139 | 100 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.45 |
| HSL | 151.81º | 0.43% | 0.38% | - |
| HSV(B) | 151.81º | 0.6% | 0.55% | - |
| XYZ | 13.16 | 20.23 | 15.27 | - |
| YUV | 109.74 | 122.5 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 100 | 0.60 | 0 | 0.28 | 0.45 | 151.81 | 0.43 | 0.38 |
| Hex | 38 | 8B | 64 | 3C | 0 | 1C | 2D | 98 | 2B | 26 |
| Octal | 70 | 213 | 144 | 74 | 0 | 34 | 55 | 230 | 53 | 46 |
| Binary | 111000 | 10001011 | 1100100 | 111100 | 0 | 11100 | 101101 | 10011000 | 101011 | 100110 |
Color Harmonies of #388B64
Complementary color
Monochromatic Colors of #388B64
Black with #388B64
Text Example
Text Example
White with #388B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388B64; }
p { color: rgb(56,139,100); }
H1.HeaderClassName
{
color: #388B64;
}
.AnyTagClassName
{
color: #388B64;
}
</style>
background-color css
<style>
a { background-color: #388B64; }
a { background-color: rgb(56,139,100); }
div.DivClassName
{
background-color: #388B64;
}
.BgClassName
{
background-color: #388B64;
}
</style>
border-color css
<style>
span { border-color: #388B64; }
span { border-color: rgb(56,139,100); }
td.TdClassName
{
border-color: #388B64;
}
.TagClassName
{
border-color: #388B64;
}
</style>