Shades of Fern Green #51824A
Tints of Fern Green #51824A
RGB
CMYK
RGB Variations
Color information
#51824A (or 0x51824A) is known color: Fern Green. HEX triplet: 51, 82 and 4A. RGB value is (81,130,74). Sum of RGB (Red+Green+Blue) = 81+130+74=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #51824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51824A is #AE7DB5. Grayscale: #6D6D6D. Windows color (decimal): -11435446 or 4883025. OLE color: 4883025.
HSL color Cylindrical-coordinate representation of color #51824A: hue angle of 112.5º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51824A is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 130 | 74 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.49 |
| HSL | 112.5º | 0.27% | 0.4% | - |
| HSV(B) | 112.5º | 0.43% | 0.51% | - |
| XYZ | 12.61 | 18.21 | 9.33 | - |
| YUV | 108.97 | 108.27 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 130 | 74 | 0.38 | 0 | 0.43 | 0.49 | 112.5 | 0.27 | 0.4 |
| Hex | 51 | 82 | 4A | 26 | 0 | 2B | 31 | 70 | 1B | 28 |
| Octal | 121 | 202 | 112 | 46 | 0 | 53 | 61 | 160 | 33 | 50 |
| Binary | 1010001 | 10000010 | 1001010 | 100110 | 0 | 101011 | 110001 | 1110000 | 11011 | 101000 |
Color Harmonies of #51824A
Complementary color
Monochromatic Colors of #51824A
Black with #51824A
Text Example
Text Example
White with #51824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51824A; }
p { color: rgb(81,130,74); }
H1.HeaderClassName
{
color: #51824A;
}
.AnyTagClassName
{
color: #51824A;
}
</style>
background-color css
<style>
a { background-color: #51824A; }
a { background-color: rgb(81,130,74); }
div.DivClassName
{
background-color: #51824A;
}
.BgClassName
{
background-color: #51824A;
}
</style>
border-color css
<style>
span { border-color: #51824A; }
span { border-color: rgb(81,130,74); }
td.TdClassName
{
border-color: #51824A;
}
.TagClassName
{
border-color: #51824A;
}
</style>