Html Css Color HEX #537C4F Fern Green

📋 copy color: '#537C4F'

red 83 ◦ green 124 ◦ blue 79

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

Shades of Fern Green #537C4F

Tints of Fern Green #537C4F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.36%

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

R = 29.02%
G = 43.36%
B = 27.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#537C4F (or 0x537C4F) is known color: Fern Green. HEX triplet: 53, 7C and 4F. RGB value is (83,124,79). Sum of RGB (Red+Green+Blue) = 83+124+79=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #537C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C4F is #AC83B0. Grayscale: #6A6A6A. Windows color (decimal): -11305905 or 5209171. OLE color: 5209171.

HSL color Cylindrical-coordinate representation of color #537C4F: hue angle of 114.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #537C4F is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 124 79 -
CMYK 0.33 0 0.36 0.51
HSL 114.67º 0.22% 0.4% -
HSV(B) 114.67º 0.36% 0.49% -
XYZ 12.19 16.82 10 -
YUV 106.61 112.42 111.16 -
System Red Green Blue C M Y K H S L
Decimal 83 124 79 0.33 0 0.36 0.51 114.67 0.22 0.4
Hex 53 7C 4F 21 0 24 33 73 16 28
Octal 123 174 117 41 0 44 63 163 26 50
Binary 1010011 1111100 1001111 100001 0 100100 110011 1110011 10110 101000

Color Harmonies of #537C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C4F

Black with #537C4F

Text Example


Text Example

White with #537C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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