Shades of Eucalyptus #38996C
Tints of Eucalyptus #38996C
RGB
CMYK
RGB Variations
Color information
#38996C (or 0x38996C) is known color: Eucalyptus. HEX triplet: 38, 99 and 6C. RGB value is (56,153,108). Sum of RGB (Red+Green+Blue) = 56+153+108=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #38996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38996C is #C76693. Grayscale: #767676. Windows color (decimal): -13067924 or 7117112. OLE color: 7117112.
HSL color Cylindrical-coordinate representation of color #38996C: hue angle of 152.16º 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 #38996C is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 153 | 108 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.4 |
| HSL | 152.16º | 0.46% | 0.41% | - |
| HSV(B) | 152.16º | 0.63% | 0.6% | - |
| XYZ | 15.73 | 24.71 | 18.13 | - |
| YUV | 118.87 | 121.86 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 108 | 0.63 | 0 | 0.29 | 0.4 | 152.16 | 0.46 | 0.41 |
| Hex | 38 | 99 | 6C | 3F | 0 | 1D | 28 | 98 | 2E | 29 |
| Octal | 70 | 231 | 154 | 77 | 0 | 35 | 50 | 230 | 56 | 51 |
| Binary | 111000 | 10011001 | 1101100 | 111111 | 0 | 11101 | 101000 | 10011000 | 101110 | 101001 |
Color Harmonies of #38996C
Complementary color
Monochromatic Colors of #38996C
Black with #38996C
Text Example
Text Example
White with #38996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38996C; }
p { color: rgb(56,153,108); }
H1.HeaderClassName
{
color: #38996C;
}
.AnyTagClassName
{
color: #38996C;
}
</style>
background-color css
<style>
a { background-color: #38996C; }
a { background-color: rgb(56,153,108); }
div.DivClassName
{
background-color: #38996C;
}
.BgClassName
{
background-color: #38996C;
}
</style>
border-color css
<style>
span { border-color: #38996C; }
span { border-color: rgb(56,153,108); }
td.TdClassName
{
border-color: #38996C;
}
.TagClassName
{
border-color: #38996C;
}
</style>