Shades of Eucalyptus #27A463
Tints of Eucalyptus #27A463
RGB
CMYK
RGB Variations
Color information
#27A463 (or 0x27A463) is known color: Eucalyptus. HEX triplet: 27, A4 and 63. RGB value is (39,164,99). Sum of RGB (Red+Green+Blue) = 39+164+99=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #27A463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A463 is #D85B9C. Grayscale: #777777. Windows color (decimal): -14179229 or 6530087. OLE color: 6530087.
HSL color Cylindrical-coordinate representation of color #27A463: hue angle of 148.8º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A463 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 164 | 99 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.36 |
| HSL | 148.8º | 0.62% | 0.4% | - |
| HSV(B) | 148.8º | 0.76% | 0.64% | - |
| XYZ | 16.36 | 27.88 | 16.32 | - |
| YUV | 119.22 | 116.59 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 164 | 99 | 0.76 | 0 | 0.40 | 0.36 | 148.8 | 0.62 | 0.4 |
| Hex | 27 | A4 | 63 | 4C | 0 | 28 | 24 | 95 | 3E | 28 |
| Octal | 47 | 244 | 143 | 114 | 0 | 50 | 44 | 225 | 76 | 50 |
| Binary | 100111 | 10100100 | 1100011 | 1001100 | 0 | 101000 | 100100 | 10010101 | 111110 | 101000 |
Color Harmonies of #27A463
Complementary color
Monochromatic Colors of #27A463
Black with #27A463
Text Example
Text Example
White with #27A463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A463; }
p { color: rgb(39,164,99); }
H1.HeaderClassName
{
color: #27A463;
}
.AnyTagClassName
{
color: #27A463;
}
</style>
background-color css
<style>
a { background-color: #27A463; }
a { background-color: rgb(39,164,99); }
div.DivClassName
{
background-color: #27A463;
}
.BgClassName
{
background-color: #27A463;
}
</style>
border-color css
<style>
span { border-color: #27A463; }
span { border-color: rgb(39,164,99); }
td.TdClassName
{
border-color: #27A463;
}
.TagClassName
{
border-color: #27A463;
}
</style>