Shades of Eucalyptus #3A926A
Tints of Eucalyptus #3A926A
RGB
CMYK
RGB Variations
Color information
#3A926A (or 0x3A926A) is known color: Eucalyptus. HEX triplet: 3A, 92 and 6A. RGB value is (58,146,106). Sum of RGB (Red+Green+Blue) = 58+146+106=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #3A926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A926A is #C56D95. Grayscale: #737373. Windows color (decimal): -12938646 or 6984250. OLE color: 6984250.
HSL color Cylindrical-coordinate representation of color #3A926A: hue angle of 152.73º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A926A is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 146 | 106 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.43 |
| HSL | 152.73º | 0.43% | 0.4% | - |
| HSV(B) | 152.73º | 0.6% | 0.57% | - |
| XYZ | 14.63 | 22.5 | 17.21 | - |
| YUV | 115.13 | 122.85 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 146 | 106 | 0.60 | 0 | 0.27 | 0.43 | 152.73 | 0.43 | 0.4 |
| Hex | 3A | 92 | 6A | 3C | 0 | 1B | 2B | 99 | 2B | 28 |
| Octal | 72 | 222 | 152 | 74 | 0 | 33 | 53 | 231 | 53 | 50 |
| Binary | 111010 | 10010010 | 1101010 | 111100 | 0 | 11011 | 101011 | 10011001 | 101011 | 101000 |
Color Harmonies of #3A926A
Complementary color
Monochromatic Colors of #3A926A
Black with #3A926A
Text Example
Text Example
White with #3A926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A926A; }
p { color: rgb(58,146,106); }
H1.HeaderClassName
{
color: #3A926A;
}
.AnyTagClassName
{
color: #3A926A;
}
</style>
background-color css
<style>
a { background-color: #3A926A; }
a { background-color: rgb(58,146,106); }
div.DivClassName
{
background-color: #3A926A;
}
.BgClassName
{
background-color: #3A926A;
}
</style>
border-color css
<style>
span { border-color: #3A926A; }
span { border-color: rgb(58,146,106); }
td.TdClassName
{
border-color: #3A926A;
}
.TagClassName
{
border-color: #3A926A;
}
</style>