Html Css Color HEX #537D47 Fern Green

📋 copy color: '#537D47'

red 83 ◦ green 125 ◦ blue 71

#537D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #537D47

Tints of Fern Green #537D47

RGB

 RED value IS 83 (32.81% from 255) = 29.75%

 GREEN value IS 125 (49.22% from 255) = 44.8%

 BLUE value IS 71 (28.13% from 255) = 25.45%

R = 29.75%
G = 44.8%
B = 25.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#537D47 (or 0x537D47) is known color: Fern Green. HEX triplet: 53, 7D and 47. RGB value is (83,125,71). Sum of RGB (Red+Green+Blue) = 83+125+71=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 125 - color contains mainly: green. Hex color #537D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537D47 is #AC82B8. Grayscale: #6A6A6A. Windows color (decimal): -11305657 or 4685139. OLE color: 4685139.

HSL color Cylindrical-coordinate representation of color #537D47: hue angle of 106.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #537D47 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 125 71 -
CMYK 0.34 0 0.43 0.51
HSL 106.67º 0.28% 0.38% -
HSV(B) 106.67º 0.43% 0.49% -
XYZ 12.04 16.96 8.6 -
YUV 106.29 108.09 111.39 -
System Red Green Blue C M Y K H S L
Decimal 83 125 71 0.34 0 0.43 0.51 106.67 0.28 0.38
Hex 53 7D 47 22 0 2B 33 6B 1C 26
Octal 123 175 107 42 0 53 63 153 34 46
Binary 1010011 1111101 1000111 100010 0 101011 110011 1101011 11100 100110

Color Harmonies of #537D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537D47

Black with #537D47

Text Example


Text Example

White with #537D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537D47; }

 p { color: rgb(83,125,71); }

 H1.HeaderClassName
 {
   color: #537D47;
 }
 .AnyTagClassName
 {
   color: #537D47;
 }
</style>

background-color css

<style>
 a { background-color: #537D47; }

 a { background-color: rgb(83,125,71); }

 div.DivClassName
 {
   background-color: #537D47;
 }
 .BgClassName
 {
   background-color: #537D47;
 }
</style>

border-color css

<style>
 span { border-color: #537D47; }

 span { border-color: rgb(83,125,71); }

 td.TdClassName
 {
   border-color: #537D47;
 }
 .TagClassName
 {
   border-color: #537D47;
 }
</style>