Shades of Fern Green #508343
Tints of Fern Green #508343
RGB
CMYK
RGB Variations
Color information
#508343 (or 0x508343) is known color: Fern Green. HEX triplet: 50, 83 and 43. RGB value is (80,131,67). Sum of RGB (Red+Green+Blue) = 80+131+67=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #508343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508343 is #AF7CBC. Grayscale: #6C6C6C. Windows color (decimal): -11500733 or 4424528. OLE color: 4424528.
HSL color Cylindrical-coordinate representation of color #508343: hue angle of 107.81º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #508343 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 131 | 67 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.49 |
| HSL | 107.81º | 0.32% | 0.39% | - |
| HSV(B) | 107.81º | 0.49% | 0.51% | - |
| XYZ | 12.44 | 18.34 | 8.2 | - |
| YUV | 108.46 | 104.6 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 67 | 0.39 | 0 | 0.49 | 0.49 | 107.81 | 0.32 | 0.39 |
| Hex | 50 | 83 | 43 | 27 | 0 | 31 | 31 | 6C | 20 | 27 |
| Octal | 120 | 203 | 103 | 47 | 0 | 61 | 61 | 154 | 40 | 47 |
| Binary | 1010000 | 10000011 | 1000011 | 100111 | 0 | 110001 | 110001 | 1101100 | 100000 | 100111 |
Color Harmonies of #508343
Complementary color
Monochromatic Colors of #508343
Black with #508343
Text Example
Text Example
White with #508343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508343; }
p { color: rgb(80,131,67); }
H1.HeaderClassName
{
color: #508343;
}
.AnyTagClassName
{
color: #508343;
}
</style>
background-color css
<style>
a { background-color: #508343; }
a { background-color: rgb(80,131,67); }
div.DivClassName
{
background-color: #508343;
}
.BgClassName
{
background-color: #508343;
}
</style>
border-color css
<style>
span { border-color: #508343; }
span { border-color: rgb(80,131,67); }
td.TdClassName
{
border-color: #508343;
}
.TagClassName
{
border-color: #508343;
}
</style>