Html Css Color HEX #537047 Fern Green

📋 copy color: '#537047'

red 83 ◦ green 112 ◦ blue 71

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

Shades of Fern Green #537047

Tints of Fern Green #537047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.11%

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

R = 31.2%
G = 42.11%
B = 26.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#537047 (or 0x537047) is known color: Fern Green. HEX triplet: 53, 70 and 47. RGB value is (83,112,71). Sum of RGB (Red+Green+Blue) = 83+112+71=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #537047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537047 is #AC8FB8. Grayscale: #626262. Windows color (decimal): -11308985 or 4681811. OLE color: 4681811.

HSL color Cylindrical-coordinate representation of color #537047: hue angle of 102.44º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #537047 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 71 -
CMYK 0.26 0 0.37 0.56
HSL 102.44º 0.22% 0.36% -
HSV(B) 102.44º 0.37% 0.44% -
XYZ 10.5 13.88 8.09 -
YUV 98.66 112.39 116.83 -
System Red Green Blue C M Y K H S L
Decimal 83 112 71 0.26 0 0.37 0.56 102.44 0.22 0.36
Hex 53 70 47 1A 0 25 38 66 16 24
Octal 123 160 107 32 0 45 70 146 26 44
Binary 1010011 1110000 1000111 11010 0 100101 111000 1100110 10110 100100

Color Harmonies of #537047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537047

Black with #537047

Text Example


Text Example

White with #537047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537047; }

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

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

background-color css

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

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

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

border-color css

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

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

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