Shades of Eucalyptus #38905A
Tints of Eucalyptus #38905A
RGB
CMYK
RGB Variations
Color information
#38905A (or 0x38905A) is known color: Eucalyptus. HEX triplet: 38, 90 and 5A. RGB value is (56,144,90). Sum of RGB (Red+Green+Blue) = 56+144+90=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #38905A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38905A is #C76FA5. Grayscale: #6F6F6F. Windows color (decimal): -13070246 or 5935160. OLE color: 5935160.
HSL color Cylindrical-coordinate representation of color #38905A: hue angle of 143.18º 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 #38905A is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 144 | 90 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.44 |
| HSL | 143.18º | 0.44% | 0.39% | - |
| HSV(B) | 143.18º | 0.61% | 0.56% | - |
| XYZ | 13.45 | 21.53 | 13.12 | - |
| YUV | 111.53 | 115.85 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 144 | 90 | 0.61 | 0 | 0.37 | 0.44 | 143.18 | 0.44 | 0.39 |
| Hex | 38 | 90 | 5A | 3D | 0 | 25 | 2C | 8F | 2C | 27 |
| Octal | 70 | 220 | 132 | 75 | 0 | 45 | 54 | 217 | 54 | 47 |
| Binary | 111000 | 10010000 | 1011010 | 111101 | 0 | 100101 | 101100 | 10001111 | 101100 | 100111 |
Color Harmonies of #38905A
Complementary color
Monochromatic Colors of #38905A
Black with #38905A
Text Example
Text Example
White with #38905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38905A; }
p { color: rgb(56,144,90); }
H1.HeaderClassName
{
color: #38905A;
}
.AnyTagClassName
{
color: #38905A;
}
</style>
background-color css
<style>
a { background-color: #38905A; }
a { background-color: rgb(56,144,90); }
div.DivClassName
{
background-color: #38905A;
}
.BgClassName
{
background-color: #38905A;
}
</style>
border-color css
<style>
span { border-color: #38905A; }
span { border-color: rgb(56,144,90); }
td.TdClassName
{
border-color: #38905A;
}
.TagClassName
{
border-color: #38905A;
}
</style>