Shades of Eucalyptus #388C62
Tints of Eucalyptus #388C62
RGB
CMYK
RGB Variations
Color information
#388C62 (or 0x388C62) is known color: Eucalyptus. HEX triplet: 38, 8C and 62. RGB value is (56,140,98). Sum of RGB (Red+Green+Blue) = 56+140+98=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 140 - color contains mainly: green. Hex color #388C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C62 is #C7739D. Grayscale: #6E6E6E. Windows color (decimal): -13071262 or 6458424. OLE color: 6458424.
HSL color Cylindrical-coordinate representation of color #388C62: hue angle of 150º 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 #388C62 is Cyan = 0.6, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 140 | 98 | - |
| CMYK | 0.6 | 0 | 0.3 | 0.45 |
| HSL | 150º | 0.43% | 0.38% | - |
| HSV(B) | 150º | 0.6% | 0.55% | - |
| XYZ | 13.21 | 20.48 | 14.81 | - |
| YUV | 110.1 | 121.17 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 98 | 0.6 | 0 | 0.3 | 0.45 | 150 | 0.43 | 0.38 |
| Hex | 38 | 8C | 62 | 3C | 0 | 1E | 2D | 96 | 2B | 26 |
| Octal | 70 | 214 | 142 | 74 | 0 | 36 | 55 | 226 | 53 | 46 |
| Binary | 111000 | 10001100 | 1100010 | 111100 | 0 | 11110 | 101101 | 10010110 | 101011 | 100110 |
Color Harmonies of #388C62
Complementary color
Monochromatic Colors of #388C62
Black with #388C62
Text Example
Text Example
White with #388C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C62; }
p { color: rgb(56,140,98); }
H1.HeaderClassName
{
color: #388C62;
}
.AnyTagClassName
{
color: #388C62;
}
</style>
background-color css
<style>
a { background-color: #388C62; }
a { background-color: rgb(56,140,98); }
div.DivClassName
{
background-color: #388C62;
}
.BgClassName
{
background-color: #388C62;
}
</style>
border-color css
<style>
span { border-color: #388C62; }
span { border-color: rgb(56,140,98); }
td.TdClassName
{
border-color: #388C62;
}
.TagClassName
{
border-color: #388C62;
}
</style>