Shades of Eucalyptus #38995C
Tints of Eucalyptus #38995C
RGB
CMYK
RGB Variations
Color information
#38995C (or 0x38995C) is known color: Eucalyptus. HEX triplet: 38, 99 and 5C. RGB value is (56,153,92). Sum of RGB (Red+Green+Blue) = 56+153+92=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #38995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38995C is #C766A3. Grayscale: #757575. Windows color (decimal): -13067940 or 6068536. OLE color: 6068536.
HSL color Cylindrical-coordinate representation of color #38995C: hue angle of 142.27º 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 #38995C is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 153 | 92 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.4 |
| HSL | 142.27º | 0.46% | 0.41% | - |
| HSV(B) | 142.27º | 0.63% | 0.6% | - |
| XYZ | 14.95 | 24.4 | 14.05 | - |
| YUV | 117.04 | 113.86 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 92 | 0.63 | 0 | 0.40 | 0.4 | 142.27 | 0.46 | 0.41 |
| Hex | 38 | 99 | 5C | 3F | 0 | 28 | 28 | 8E | 2E | 29 |
| Octal | 70 | 231 | 134 | 77 | 0 | 50 | 50 | 216 | 56 | 51 |
| Binary | 111000 | 10011001 | 1011100 | 111111 | 0 | 101000 | 101000 | 10001110 | 101110 | 101001 |
Color Harmonies of #38995C
Complementary color
Monochromatic Colors of #38995C
Black with #38995C
Text Example
Text Example
White with #38995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38995C; }
p { color: rgb(56,153,92); }
H1.HeaderClassName
{
color: #38995C;
}
.AnyTagClassName
{
color: #38995C;
}
</style>
background-color css
<style>
a { background-color: #38995C; }
a { background-color: rgb(56,153,92); }
div.DivClassName
{
background-color: #38995C;
}
.BgClassName
{
background-color: #38995C;
}
</style>
border-color css
<style>
span { border-color: #38995C; }
span { border-color: rgb(56,153,92); }
td.TdClassName
{
border-color: #38995C;
}
.TagClassName
{
border-color: #38995C;
}
</style>