Shades of Eucalyptus #3A8B5F
Tints of Eucalyptus #3A8B5F
RGB
CMYK
RGB Variations
Color information
#3A8B5F (or 0x3A8B5F) is known color: Eucalyptus. HEX triplet: 3A, 8B and 5F. RGB value is (58,139,95). Sum of RGB (Red+Green+Blue) = 58+139+95=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B5F is #C574A0. Grayscale: #6D6D6D. Windows color (decimal): -12940449 or 6261562. OLE color: 6261562.
HSL color Cylindrical-coordinate representation of color #3A8B5F: hue angle of 147.41º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B5F is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 139 | 95 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.45 |
| HSL | 147.41º | 0.41% | 0.39% | - |
| HSV(B) | 147.41º | 0.58% | 0.55% | - |
| XYZ | 13.04 | 20.19 | 14.04 | - |
| YUV | 109.77 | 119.66 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 139 | 95 | 0.58 | 0 | 0.32 | 0.45 | 147.41 | 0.41 | 0.39 |
| Hex | 3A | 8B | 5F | 3A | 0 | 20 | 2D | 93 | 29 | 27 |
| Octal | 72 | 213 | 137 | 72 | 0 | 40 | 55 | 223 | 51 | 47 |
| Binary | 111010 | 10001011 | 1011111 | 111010 | 0 | 100000 | 101101 | 10010011 | 101001 | 100111 |
Color Harmonies of #3A8B5F
Complementary color
Monochromatic Colors of #3A8B5F
Black with #3A8B5F
Text Example
Text Example
White with #3A8B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8B5F; }
p { color: rgb(58,139,95); }
H1.HeaderClassName
{
color: #3A8B5F;
}
.AnyTagClassName
{
color: #3A8B5F;
}
</style>
background-color css
<style>
a { background-color: #3A8B5F; }
a { background-color: rgb(58,139,95); }
div.DivClassName
{
background-color: #3A8B5F;
}
.BgClassName
{
background-color: #3A8B5F;
}
</style>
border-color css
<style>
span { border-color: #3A8B5F; }
span { border-color: rgb(58,139,95); }
td.TdClassName
{
border-color: #3A8B5F;
}
.TagClassName
{
border-color: #3A8B5F;
}
</style>