Shades of Eucalyptus #3AA167
Tints of Eucalyptus #3AA167
RGB
CMYK
RGB Variations
Color information
#3AA167 (or 0x3AA167) is known color: Eucalyptus. HEX triplet: 3A, A1 and 67. RGB value is (58,161,103). Sum of RGB (Red+Green+Blue) = 58+161+103=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #3AA167 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA167 is #C55E98. Grayscale: #7B7B7B. Windows color (decimal): -12934809 or 6791482. OLE color: 6791482.
HSL color Cylindrical-coordinate representation of color #3AA167: hue angle of 146.21º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA167 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 161 | 103 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.37 |
| HSL | 146.21º | 0.47% | 0.43% | - |
| HSV(B) | 146.21º | 0.64% | 0.63% | - |
| XYZ | 16.94 | 27.37 | 17.22 | - |
| YUV | 123.59 | 116.38 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 161 | 103 | 0.64 | 0 | 0.36 | 0.37 | 146.21 | 0.47 | 0.43 |
| Hex | 3A | A1 | 67 | 40 | 0 | 24 | 25 | 92 | 2F | 2B |
| Octal | 72 | 241 | 147 | 100 | 0 | 44 | 45 | 222 | 57 | 53 |
| Binary | 111010 | 10100001 | 1100111 | 1000000 | 0 | 100100 | 100101 | 10010010 | 101111 | 101011 |
Color Harmonies of #3AA167
Complementary color
Monochromatic Colors of #3AA167
Black with #3AA167
Text Example
Text Example
White with #3AA167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA167; }
p { color: rgb(58,161,103); }
H1.HeaderClassName
{
color: #3AA167;
}
.AnyTagClassName
{
color: #3AA167;
}
</style>
background-color css
<style>
a { background-color: #3AA167; }
a { background-color: rgb(58,161,103); }
div.DivClassName
{
background-color: #3AA167;
}
.BgClassName
{
background-color: #3AA167;
}
</style>
border-color css
<style>
span { border-color: #3AA167; }
span { border-color: rgb(58,161,103); }
td.TdClassName
{
border-color: #3AA167;
}
.TagClassName
{
border-color: #3AA167;
}
</style>