Shades of Eucalyptus #388A62
Tints of Eucalyptus #388A62
RGB
CMYK
RGB Variations
Color information
#388A62 (or 0x388A62) is known color: Eucalyptus. HEX triplet: 38, 8A and 62. RGB value is (56,138,98). Sum of RGB (Red+Green+Blue) = 56+138+98=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 138 - color contains mainly: green. Hex color #388A62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388A62 is #C7759D. Grayscale: #6D6D6D. Windows color (decimal): -13071774 or 6457912. OLE color: 6457912.
HSL color Cylindrical-coordinate representation of color #388A62: hue angle of 150.73º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388A62 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 138 | 98 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.46 |
| HSL | 150.73º | 0.42% | 0.38% | - |
| HSV(B) | 150.73º | 0.59% | 0.54% | - |
| XYZ | 12.92 | 19.9 | 14.72 | - |
| YUV | 108.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 98 | 0.59 | 0 | 0.29 | 0.46 | 150.73 | 0.42 | 0.38 |
| Hex | 38 | 8A | 62 | 3B | 0 | 1D | 2E | 97 | 2A | 26 |
| Octal | 70 | 212 | 142 | 73 | 0 | 35 | 56 | 227 | 52 | 46 |
| Binary | 111000 | 10001010 | 1100010 | 111011 | 0 | 11101 | 101110 | 10010111 | 101010 | 100110 |
Color Harmonies of #388A62
Complementary color
Monochromatic Colors of #388A62
Black with #388A62
Text Example
Text Example
White with #388A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A62; }
p { color: rgb(56,138,98); }
H1.HeaderClassName
{
color: #388A62;
}
.AnyTagClassName
{
color: #388A62;
}
</style>
background-color css
<style>
a { background-color: #388A62; }
a { background-color: rgb(56,138,98); }
div.DivClassName
{
background-color: #388A62;
}
.BgClassName
{
background-color: #388A62;
}
</style>
border-color css
<style>
span { border-color: #388A62; }
span { border-color: rgb(56,138,98); }
td.TdClassName
{
border-color: #388A62;
}
.TagClassName
{
border-color: #388A62;
}
</style>