Shades of Eucalyptus #3A905B
Tints of Eucalyptus #3A905B
RGB
CMYK
RGB Variations
Color information
#3A905B (or 0x3A905B) is known color: Eucalyptus. HEX triplet: 3A, 90 and 5B. RGB value is (58,144,91). Sum of RGB (Red+Green+Blue) = 58+144+91=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #3A905B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A905B is #C56FA4. Grayscale: #707070. Windows color (decimal): -12939173 or 6000698. OLE color: 6000698.
HSL color Cylindrical-coordinate representation of color #3A905B: hue angle of 143.02º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A905B is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 144 | 91 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.44 |
| HSL | 143.02º | 0.43% | 0.4% | - |
| HSV(B) | 143.02º | 0.6% | 0.56% | - |
| XYZ | 13.61 | 21.6 | 13.35 | - |
| YUV | 112.24 | 116.01 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 144 | 91 | 0.60 | 0 | 0.37 | 0.44 | 143.02 | 0.43 | 0.4 |
| Hex | 3A | 90 | 5B | 3C | 0 | 25 | 2C | 8F | 2B | 28 |
| Octal | 72 | 220 | 133 | 74 | 0 | 45 | 54 | 217 | 53 | 50 |
| Binary | 111010 | 10010000 | 1011011 | 111100 | 0 | 100101 | 101100 | 10001111 | 101011 | 101000 |
Color Harmonies of #3A905B
Complementary color
Monochromatic Colors of #3A905B
Black with #3A905B
Text Example
Text Example
White with #3A905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A905B; }
p { color: rgb(58,144,91); }
H1.HeaderClassName
{
color: #3A905B;
}
.AnyTagClassName
{
color: #3A905B;
}
</style>
background-color css
<style>
a { background-color: #3A905B; }
a { background-color: rgb(58,144,91); }
div.DivClassName
{
background-color: #3A905B;
}
.BgClassName
{
background-color: #3A905B;
}
</style>
border-color css
<style>
span { border-color: #3A905B; }
span { border-color: rgb(58,144,91); }
td.TdClassName
{
border-color: #3A905B;
}
.TagClassName
{
border-color: #3A905B;
}
</style>