Shades of Eucalyptus #3A9067
Tints of Eucalyptus #3A9067
RGB
CMYK
RGB Variations
Color information
#3A9067 (or 0x3A9067) is known color: Eucalyptus. HEX triplet: 3A, 90 and 67. RGB value is (58,144,103). Sum of RGB (Red+Green+Blue) = 58+144+103=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #3A9067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9067 is #C56F98. Grayscale: #717171. Windows color (decimal): -12939161 or 6787130. OLE color: 6787130.
HSL color Cylindrical-coordinate representation of color #3A9067: hue angle of 151.4º 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 #3A9067 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 144 | 103 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.44 |
| HSL | 151.4º | 0.43% | 0.4% | - |
| HSV(B) | 151.4º | 0.6% | 0.56% | - |
| XYZ | 14.17 | 21.83 | 16.3 | - |
| YUV | 113.61 | 122.01 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 144 | 103 | 0.60 | 0 | 0.28 | 0.44 | 151.4 | 0.43 | 0.4 |
| Hex | 3A | 90 | 67 | 3C | 0 | 1C | 2C | 97 | 2B | 28 |
| Octal | 72 | 220 | 147 | 74 | 0 | 34 | 54 | 227 | 53 | 50 |
| Binary | 111010 | 10010000 | 1100111 | 111100 | 0 | 11100 | 101100 | 10010111 | 101011 | 101000 |
Color Harmonies of #3A9067
Complementary color
Monochromatic Colors of #3A9067
Black with #3A9067
Text Example
Text Example
White with #3A9067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9067; }
p { color: rgb(58,144,103); }
H1.HeaderClassName
{
color: #3A9067;
}
.AnyTagClassName
{
color: #3A9067;
}
</style>
background-color css
<style>
a { background-color: #3A9067; }
a { background-color: rgb(58,144,103); }
div.DivClassName
{
background-color: #3A9067;
}
.BgClassName
{
background-color: #3A9067;
}
</style>
border-color css
<style>
span { border-color: #3A9067; }
span { border-color: rgb(58,144,103); }
td.TdClassName
{
border-color: #3A9067;
}
.TagClassName
{
border-color: #3A9067;
}
</style>