Shades of Eucalyptus #38985A
Tints of Eucalyptus #38985A
RGB
CMYK
RGB Variations
Color information
#38985A (or 0x38985A) is known color: Eucalyptus. HEX triplet: 38, 98 and 5A. RGB value is (56,152,90). Sum of RGB (Red+Green+Blue) = 56+152+90=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #38985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38985A is #C767A5. Grayscale: #747474. Windows color (decimal): -13068198 or 5937208. OLE color: 5937208.
HSL color Cylindrical-coordinate representation of color #38985A: hue angle of 141.25º 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 #38985A is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 152 | 90 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.40 |
| HSL | 141.25º | 0.46% | 0.41% | - |
| HSV(B) | 141.25º | 0.63% | 0.6% | - |
| XYZ | 14.7 | 24.04 | 13.54 | - |
| YUV | 116.23 | 113.2 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 152 | 90 | 0.63 | 0 | 0.41 | 0.40 | 141.25 | 0.46 | 0.41 |
| Hex | 38 | 98 | 5A | 3F | 0 | 29 | 28 | 8D | 2E | 29 |
| Octal | 70 | 230 | 132 | 77 | 0 | 51 | 50 | 215 | 56 | 51 |
| Binary | 111000 | 10011000 | 1011010 | 111111 | 0 | 101001 | 101000 | 10001101 | 101110 | 101001 |
Color Harmonies of #38985A
Complementary color
Monochromatic Colors of #38985A
Black with #38985A
Text Example
Text Example
White with #38985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38985A; }
p { color: rgb(56,152,90); }
H1.HeaderClassName
{
color: #38985A;
}
.AnyTagClassName
{
color: #38985A;
}
</style>
background-color css
<style>
a { background-color: #38985A; }
a { background-color: rgb(56,152,90); }
div.DivClassName
{
background-color: #38985A;
}
.BgClassName
{
background-color: #38985A;
}
</style>
border-color css
<style>
span { border-color: #38985A; }
span { border-color: rgb(56,152,90); }
td.TdClassName
{
border-color: #38985A;
}
.TagClassName
{
border-color: #38985A;
}
</style>