Shades of Eucalyptus #3A956B
Tints of Eucalyptus #3A956B
RGB
CMYK
RGB Variations
Color information
#3A956B (or 0x3A956B) is known color: Eucalyptus. HEX triplet: 3A, 95 and 6B. RGB value is (58,149,107). Sum of RGB (Red+Green+Blue) = 58+149+107=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #3A956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A956B is #C56A94. Grayscale: #757575. Windows color (decimal): -12937877 or 7050554. OLE color: 7050554.
HSL color Cylindrical-coordinate representation of color #3A956B: hue angle of 152.31º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A956B is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 149 | 107 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.42 |
| HSL | 152.31º | 0.44% | 0.41% | - |
| HSV(B) | 152.31º | 0.61% | 0.58% | - |
| XYZ | 15.15 | 23.46 | 17.64 | - |
| YUV | 117 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 107 | 0.61 | 0 | 0.28 | 0.42 | 152.31 | 0.44 | 0.41 |
| Hex | 3A | 95 | 6B | 3D | 0 | 1C | 2A | 98 | 2C | 29 |
| Octal | 72 | 225 | 153 | 75 | 0 | 34 | 52 | 230 | 54 | 51 |
| Binary | 111010 | 10010101 | 1101011 | 111101 | 0 | 11100 | 101010 | 10011000 | 101100 | 101001 |
Color Harmonies of #3A956B
Complementary color
Monochromatic Colors of #3A956B
Black with #3A956B
Text Example
Text Example
White with #3A956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A956B; }
p { color: rgb(58,149,107); }
H1.HeaderClassName
{
color: #3A956B;
}
.AnyTagClassName
{
color: #3A956B;
}
</style>
background-color css
<style>
a { background-color: #3A956B; }
a { background-color: rgb(58,149,107); }
div.DivClassName
{
background-color: #3A956B;
}
.BgClassName
{
background-color: #3A956B;
}
</style>
border-color css
<style>
span { border-color: #3A956B; }
span { border-color: rgb(58,149,107); }
td.TdClassName
{
border-color: #3A956B;
}
.TagClassName
{
border-color: #3A956B;
}
</style>