Shades of Eucalyptus #388C64
Tints of Eucalyptus #388C64
RGB
CMYK
RGB Variations
Color information
#388C64 (or 0x388C64) is known color: Eucalyptus. HEX triplet: 38, 8C and 64. RGB value is (56,140,100). Sum of RGB (Red+Green+Blue) = 56+140+100=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #388C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C64 is #C7739B. Grayscale: #6E6E6E. Windows color (decimal): -13071260 or 6589496. OLE color: 6589496.
HSL color Cylindrical-coordinate representation of color #388C64: hue angle of 151.43º 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 #388C64 is Cyan = 0.6, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 140 | 100 | - |
| CMYK | 0.6 | 0 | 0.29 | 0.45 |
| HSL | 151.43º | 0.43% | 0.38% | - |
| HSV(B) | 151.43º | 0.6% | 0.55% | - |
| XYZ | 13.31 | 20.52 | 15.32 | - |
| YUV | 110.32 | 122.17 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 100 | 0.6 | 0 | 0.29 | 0.45 | 151.43 | 0.43 | 0.38 |
| Hex | 38 | 8C | 64 | 3C | 0 | 1D | 2D | 97 | 2B | 26 |
| Octal | 70 | 214 | 144 | 74 | 0 | 35 | 55 | 227 | 53 | 46 |
| Binary | 111000 | 10001100 | 1100100 | 111100 | 0 | 11101 | 101101 | 10010111 | 101011 | 100110 |
Color Harmonies of #388C64
Complementary color
Monochromatic Colors of #388C64
Black with #388C64
Text Example
Text Example
White with #388C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C64; }
p { color: rgb(56,140,100); }
H1.HeaderClassName
{
color: #388C64;
}
.AnyTagClassName
{
color: #388C64;
}
</style>
background-color css
<style>
a { background-color: #388C64; }
a { background-color: rgb(56,140,100); }
div.DivClassName
{
background-color: #388C64;
}
.BgClassName
{
background-color: #388C64;
}
</style>
border-color css
<style>
span { border-color: #388C64; }
span { border-color: rgb(56,140,100); }
td.TdClassName
{
border-color: #388C64;
}
.TagClassName
{
border-color: #388C64;
}
</style>