Html Css Color HEX #537F3D Fern Green

📋 copy color: '#537F3D'

red 83 ◦ green 127 ◦ blue 61

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

Shades of Fern Green #537F3D

Tints of Fern Green #537F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.51%

R = 30.63%
G = 46.86%
B = 22.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#537F3D (or 0x537F3D) is known color: Fern Green. HEX triplet: 53, 7F and 3D. RGB value is (83,127,61). Sum of RGB (Red+Green+Blue) = 83+127+61=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 127 (50% from 255 or 46.86% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 127 - color contains mainly: green. Hex color #537F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537F3D is #AC80C2. Grayscale: #6A6A6A. Windows color (decimal): -11305155 or 4030291. OLE color: 4030291.

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

Color convert

RGB 83 127 61 -
CMYK 0.35 0 0.52 0.50
HSL 100º 0.35% 0.37% -
HSV(B) 100º 0.52% 0.5% -
XYZ 12 17.35 7.13 -
YUV 106.32 102.42 111.37 -
System Red Green Blue C M Y K H S L
Decimal 83 127 61 0.35 0 0.52 0.50 100 0.35 0.37
Hex 53 7F 3D 23 0 34 32 64 23 25
Octal 123 177 75 43 0 64 62 144 43 45
Binary 1010011 1111111 111101 100011 0 110100 110010 1100100 100011 100101

Color Harmonies of #537F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F3D

Black with #537F3D

Text Example


Text Example

White with #537F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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