Shades of Eucalyptus #38905F
Tints of Eucalyptus #38905F
RGB
CMYK
RGB Variations
Color information
#38905F (or 0x38905F) is known color: Eucalyptus. HEX triplet: 38, 90 and 5F. RGB value is (56,144,95). Sum of RGB (Red+Green+Blue) = 56+144+95=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #38905F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38905F is #C76FA0. Grayscale: #707070. Windows color (decimal): -13070241 or 6262840. OLE color: 6262840.
HSL color Cylindrical-coordinate representation of color #38905F: hue angle of 146.59º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38905F is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 144 | 95 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.44 |
| HSL | 146.59º | 0.44% | 0.39% | - |
| HSV(B) | 146.59º | 0.61% | 0.56% | - |
| XYZ | 13.67 | 21.61 | 14.28 | - |
| YUV | 112.1 | 118.35 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 144 | 95 | 0.61 | 0 | 0.34 | 0.44 | 146.59 | 0.44 | 0.39 |
| Hex | 38 | 90 | 5F | 3D | 0 | 22 | 2C | 93 | 2C | 27 |
| Octal | 70 | 220 | 137 | 75 | 0 | 42 | 54 | 223 | 54 | 47 |
| Binary | 111000 | 10010000 | 1011111 | 111101 | 0 | 100010 | 101100 | 10010011 | 101100 | 100111 |
Color Harmonies of #38905F
Complementary color
Monochromatic Colors of #38905F
Black with #38905F
Text Example
Text Example
White with #38905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38905F; }
p { color: rgb(56,144,95); }
H1.HeaderClassName
{
color: #38905F;
}
.AnyTagClassName
{
color: #38905F;
}
</style>
background-color css
<style>
a { background-color: #38905F; }
a { background-color: rgb(56,144,95); }
div.DivClassName
{
background-color: #38905F;
}
.BgClassName
{
background-color: #38905F;
}
</style>
border-color css
<style>
span { border-color: #38905F; }
span { border-color: rgb(56,144,95); }
td.TdClassName
{
border-color: #38905F;
}
.TagClassName
{
border-color: #38905F;
}
</style>