Shades of Fern Green #53824B
Tints of Fern Green #53824B
RGB
CMYK
RGB Variations
Color information
#53824B (or 0x53824B) is known color: Fern Green. HEX triplet: 53, 82 and 4B. RGB value is (83,130,75). Sum of RGB (Red+Green+Blue) = 83+130+75=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #53824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53824B is #AC7DB4. Grayscale: #6D6D6D. Windows color (decimal): -11304373 or 4948563. OLE color: 4948563.
HSL color Cylindrical-coordinate representation of color #53824B: hue angle of 111.27º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53824B is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 130 | 75 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.49 |
| HSL | 111.27º | 0.27% | 0.4% | - |
| HSV(B) | 111.27º | 0.42% | 0.51% | - |
| XYZ | 12.82 | 18.31 | 9.52 | - |
| YUV | 109.68 | 108.43 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 75 | 0.36 | 0 | 0.42 | 0.49 | 111.27 | 0.27 | 0.4 |
| Hex | 53 | 82 | 4B | 24 | 0 | 2A | 31 | 6F | 1B | 28 |
| Octal | 123 | 202 | 113 | 44 | 0 | 52 | 61 | 157 | 33 | 50 |
| Binary | 1010011 | 10000010 | 1001011 | 100100 | 0 | 101010 | 110001 | 1101111 | 11011 | 101000 |
Color Harmonies of #53824B
Complementary color
Monochromatic Colors of #53824B
Black with #53824B
Text Example
Text Example
White with #53824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53824B; }
p { color: rgb(83,130,75); }
H1.HeaderClassName
{
color: #53824B;
}
.AnyTagClassName
{
color: #53824B;
}
</style>
background-color css
<style>
a { background-color: #53824B; }
a { background-color: rgb(83,130,75); }
div.DivClassName
{
background-color: #53824B;
}
.BgClassName
{
background-color: #53824B;
}
</style>
border-color css
<style>
span { border-color: #53824B; }
span { border-color: rgb(83,130,75); }
td.TdClassName
{
border-color: #53824B;
}
.TagClassName
{
border-color: #53824B;
}
</style>