Html Css Color HEX #537D3F Fern Green

📋 copy color: '#537D3F'

red 83 ◦ green 125 ◦ blue 63

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

Shades of Fern Green #537D3F

Tints of Fern Green #537D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.25%

R = 30.63%
G = 46.13%
B = 23.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#537D3F (or 0x537D3F) is known color: Fern Green. HEX triplet: 53, 7D and 3F. RGB value is (83,125,63). Sum of RGB (Red+Green+Blue) = 83+125+63=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #537D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537D3F is #AC82C0. Grayscale: #696969. Windows color (decimal): -11305665 or 4160851. OLE color: 4160851.

HSL color Cylindrical-coordinate representation of color #537D3F: hue angle of 100.65º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #537D3F is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 125 63 -
CMYK 0.34 0 0.50 0.51
HSL 100.65º 0.33% 0.37% -
HSV(B) 100.65º 0.5% 0.49% -
XYZ 11.8 16.87 7.34 -
YUV 105.37 104.09 112.04 -
System Red Green Blue C M Y K H S L
Decimal 83 125 63 0.34 0 0.50 0.51 100.65 0.33 0.37
Hex 53 7D 3F 22 0 32 33 65 21 25
Octal 123 175 77 42 0 62 63 145 41 45
Binary 1010011 1111101 111111 100010 0 110010 110011 1100101 100001 100101

Color Harmonies of #537D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537D3F

Black with #537D3F

Text Example


Text Example

White with #537D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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