Shades of Eucalyptus #388C63
Tints of Eucalyptus #388C63
RGB
CMYK
RGB Variations
Color information
#388C63 (or 0x388C63) is known color: Eucalyptus. HEX triplet: 38, 8C and 63. RGB value is (56,140,99). Sum of RGB (Red+Green+Blue) = 56+140+99=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #388C63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C63 is #C7739C. Grayscale: #6E6E6E. Windows color (decimal): -13071261 or 6523960. OLE color: 6523960.
HSL color Cylindrical-coordinate representation of color #388C63: hue angle of 150.71º 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 #388C63 is Cyan = 0.6, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 140 | 99 | - |
| CMYK | 0.6 | 0 | 0.29 | 0.45 |
| HSL | 150.71º | 0.43% | 0.38% | - |
| HSV(B) | 150.71º | 0.6% | 0.55% | - |
| XYZ | 13.26 | 20.5 | 15.06 | - |
| YUV | 110.21 | 121.67 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 99 | 0.6 | 0 | 0.29 | 0.45 | 150.71 | 0.43 | 0.38 |
| Hex | 38 | 8C | 63 | 3C | 0 | 1D | 2D | 97 | 2B | 26 |
| Octal | 70 | 214 | 143 | 74 | 0 | 35 | 55 | 227 | 53 | 46 |
| Binary | 111000 | 10001100 | 1100011 | 111100 | 0 | 11101 | 101101 | 10010111 | 101011 | 100110 |
Color Harmonies of #388C63
Complementary color
Monochromatic Colors of #388C63
Black with #388C63
Text Example
Text Example
White with #388C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C63; }
p { color: rgb(56,140,99); }
H1.HeaderClassName
{
color: #388C63;
}
.AnyTagClassName
{
color: #388C63;
}
</style>
background-color css
<style>
a { background-color: #388C63; }
a { background-color: rgb(56,140,99); }
div.DivClassName
{
background-color: #388C63;
}
.BgClassName
{
background-color: #388C63;
}
</style>
border-color css
<style>
span { border-color: #388C63; }
span { border-color: rgb(56,140,99); }
td.TdClassName
{
border-color: #388C63;
}
.TagClassName
{
border-color: #388C63;
}
</style>