Html Css Color HEX #537F3C Fern Green

📋 copy color: '#537F3C'

red 83 ◦ green 127 ◦ blue 60

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

Shades of Fern Green #537F3C

Tints of Fern Green #537F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.22%

R = 30.74%
G = 47.04%
B = 22.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#537F3C (or 0x537F3C) is known color: Fern Green. HEX triplet: 53, 7F and 3C. RGB value is (83,127,60). Sum of RGB (Red+Green+Blue) = 83+127+60=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #537F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537F3C is #AC80C3. Grayscale: #6A6A6A. Windows color (decimal): -11305156 or 3964755. OLE color: 3964755.

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

Color convert

RGB 83 127 60 -
CMYK 0.35 0 0.53 0.50
HSL 99.4º 0.36% 0.37% -
HSV(B) 99.4º 0.53% 0.5% -
XYZ 11.97 17.34 6.99 -
YUV 106.21 101.92 111.45 -
System Red Green Blue C M Y K H S L
Decimal 83 127 60 0.35 0 0.53 0.50 99.4 0.36 0.37
Hex 53 7F 3C 23 0 35 32 63 24 25
Octal 123 177 74 43 0 65 62 143 44 45
Binary 1010011 1111111 111100 100011 0 110101 110010 1100011 100100 100101

Color Harmonies of #537F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F3C

Black with #537F3C

Text Example


Text Example

White with #537F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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