Shades of Eucalyptus #38985D
Tints of Eucalyptus #38985D
RGB
CMYK
RGB Variations
Color information
#38985D (or 0x38985D) is known color: Eucalyptus. HEX triplet: 38, 98 and 5D. RGB value is (56,152,93). Sum of RGB (Red+Green+Blue) = 56+152+93=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #38985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38985D is #C767A2. Grayscale: #747474. Windows color (decimal): -13068195 or 6133816. OLE color: 6133816.
HSL color Cylindrical-coordinate representation of color #38985D: hue angle of 143.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38985D is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 152 | 93 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.40 |
| HSL | 143.13º | 0.46% | 0.41% | - |
| HSV(B) | 143.13º | 0.63% | 0.6% | - |
| XYZ | 14.83 | 24.09 | 14.22 | - |
| YUV | 116.57 | 114.7 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 152 | 93 | 0.63 | 0 | 0.39 | 0.40 | 143.13 | 0.46 | 0.41 |
| Hex | 38 | 98 | 5D | 3F | 0 | 27 | 28 | 8F | 2E | 29 |
| Octal | 70 | 230 | 135 | 77 | 0 | 47 | 50 | 217 | 56 | 51 |
| Binary | 111000 | 10011000 | 1011101 | 111111 | 0 | 100111 | 101000 | 10001111 | 101110 | 101001 |
Color Harmonies of #38985D
Complementary color
Monochromatic Colors of #38985D
Black with #38985D
Text Example
Text Example
White with #38985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38985D; }
p { color: rgb(56,152,93); }
H1.HeaderClassName
{
color: #38985D;
}
.AnyTagClassName
{
color: #38985D;
}
</style>
background-color css
<style>
a { background-color: #38985D; }
a { background-color: rgb(56,152,93); }
div.DivClassName
{
background-color: #38985D;
}
.BgClassName
{
background-color: #38985D;
}
</style>
border-color css
<style>
span { border-color: #38985D; }
span { border-color: rgb(56,152,93); }
td.TdClassName
{
border-color: #38985D;
}
.TagClassName
{
border-color: #38985D;
}
</style>