Html Css Color HEX #537F4F Fern Green

📋 copy color: '#537F4F'

red 83 ◦ green 127 ◦ blue 79

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

Shades of Fern Green #537F4F

Tints of Fern Green #537F4F

RGB

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

 GREEN value IS 127 (50% from 255) = 43.94%

 BLUE value IS 79 (31.25% from 255) = 27.34%

R = 28.72%
G = 43.94%
B = 27.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#537F4F (or 0x537F4F) is known color: Fern Green. HEX triplet: 53, 7F and 4F. RGB value is (83,127,79). Sum of RGB (Red+Green+Blue) = 83+127+79=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 127 - color contains mainly: green. Hex color #537F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F4F is #AC80B0. Grayscale: #6C6C6C. Windows color (decimal): -11305137 or 5209939. OLE color: 5209939.

HSL color Cylindrical-coordinate representation of color #537F4F: hue angle of 115º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #537F4F is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 127 79 -
CMYK 0.35 0 0.38 0.50
HSL 115º 0.23% 0.4% -
HSV(B) 115º 0.38% 0.5% -
XYZ 12.57 17.58 10.13 -
YUV 108.37 111.42 109.9 -
System Red Green Blue C M Y K H S L
Decimal 83 127 79 0.35 0 0.38 0.50 115 0.23 0.4
Hex 53 7F 4F 23 0 26 32 73 17 28
Octal 123 177 117 43 0 46 62 163 27 50
Binary 1010011 1111111 1001111 100011 0 100110 110010 1110011 10111 101000

Color Harmonies of #537F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F4F

Black with #537F4F

Text Example


Text Example

White with #537F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,127,79); }

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

background-color css

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

 a { background-color: rgb(83,127,79); }

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

border-color css

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

 span { border-color: rgb(83,127,79); }

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