Shades of Eucalyptus #388E5D
Tints of Eucalyptus #388E5D
RGB
CMYK
RGB Variations
Color information
#388E5D (or 0x388E5D) is known color: Eucalyptus. HEX triplet: 38, 8E and 5D. RGB value is (56,142,93). Sum of RGB (Red+Green+Blue) = 56+142+93=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 142 - color contains mainly: green. Hex color #388E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388E5D is #C771A2. Grayscale: #6E6E6E. Windows color (decimal): -13070755 or 6131256. OLE color: 6131256.
HSL color Cylindrical-coordinate representation of color #388E5D: hue angle of 145.81º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388E5D is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 142 | 93 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.44 |
| HSL | 145.81º | 0.43% | 0.39% | - |
| HSV(B) | 145.81º | 0.61% | 0.56% | - |
| XYZ | 13.28 | 20.98 | 13.7 | - |
| YUV | 110.7 | 118.01 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 93 | 0.61 | 0 | 0.35 | 0.44 | 145.81 | 0.43 | 0.39 |
| Hex | 38 | 8E | 5D | 3D | 0 | 23 | 2C | 92 | 2B | 27 |
| Octal | 70 | 216 | 135 | 75 | 0 | 43 | 54 | 222 | 53 | 47 |
| Binary | 111000 | 10001110 | 1011101 | 111101 | 0 | 100011 | 101100 | 10010010 | 101011 | 100111 |
Color Harmonies of #388E5D
Complementary color
Monochromatic Colors of #388E5D
Black with #388E5D
Text Example
Text Example
White with #388E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388E5D; }
p { color: rgb(56,142,93); }
H1.HeaderClassName
{
color: #388E5D;
}
.AnyTagClassName
{
color: #388E5D;
}
</style>
background-color css
<style>
a { background-color: #388E5D; }
a { background-color: rgb(56,142,93); }
div.DivClassName
{
background-color: #388E5D;
}
.BgClassName
{
background-color: #388E5D;
}
</style>
border-color css
<style>
span { border-color: #388E5D; }
span { border-color: rgb(56,142,93); }
td.TdClassName
{
border-color: #388E5D;
}
.TagClassName
{
border-color: #388E5D;
}
</style>