Shades of Eucalyptus #3A9467
Tints of Eucalyptus #3A9467
RGB
CMYK
RGB Variations
Color information
#3A9467 (or 0x3A9467) is known color: Eucalyptus. HEX triplet: 3A, 94 and 67. RGB value is (58,148,103). Sum of RGB (Red+Green+Blue) = 58+148+103=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #3A9467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9467 is #C56B98. Grayscale: #747474. Windows color (decimal): -12938137 or 6788154. OLE color: 6788154.
HSL color Cylindrical-coordinate representation of color #3A9467: hue angle of 150º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A9467 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 148 | 103 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.42 |
| HSL | 150º | 0.44% | 0.4% | - |
| HSV(B) | 150º | 0.61% | 0.58% | - |
| XYZ | 14.78 | 23.06 | 16.5 | - |
| YUV | 115.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 148 | 103 | 0.61 | 0 | 0.30 | 0.42 | 150 | 0.44 | 0.4 |
| Hex | 3A | 94 | 67 | 3D | 0 | 1E | 2A | 96 | 2C | 28 |
| Octal | 72 | 224 | 147 | 75 | 0 | 36 | 52 | 226 | 54 | 50 |
| Binary | 111010 | 10010100 | 1100111 | 111101 | 0 | 11110 | 101010 | 10010110 | 101100 | 101000 |
Color Harmonies of #3A9467
Complementary color
Monochromatic Colors of #3A9467
Black with #3A9467
Text Example
Text Example
White with #3A9467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9467; }
p { color: rgb(58,148,103); }
H1.HeaderClassName
{
color: #3A9467;
}
.AnyTagClassName
{
color: #3A9467;
}
</style>
background-color css
<style>
a { background-color: #3A9467; }
a { background-color: rgb(58,148,103); }
div.DivClassName
{
background-color: #3A9467;
}
.BgClassName
{
background-color: #3A9467;
}
</style>
border-color css
<style>
span { border-color: #3A9467; }
span { border-color: rgb(58,148,103); }
td.TdClassName
{
border-color: #3A9467;
}
.TagClassName
{
border-color: #3A9467;
}
</style>