Html Css Color HEX #537940 Fern Green

📋 copy color: '#537940'

red 83 ◦ green 121 ◦ blue 64

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

Shades of Fern Green #537940

Tints of Fern Green #537940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.15%

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 30.97%
G = 45.15%
B = 23.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#537940 (or 0x537940) is known color: Fern Green. HEX triplet: 53, 79 and 40. RGB value is (83,121,64). Sum of RGB (Red+Green+Blue) = 83+121+64=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #537940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537940 is #AC86BF. Grayscale: #676767. Windows color (decimal): -11306688 or 4225363. OLE color: 4225363.

HSL color Cylindrical-coordinate representation of color #537940: hue angle of 100º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #537940 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 121 64 -
CMYK 0.31 0 0.47 0.53
HSL 100º 0.31% 0.36% -
HSV(B) 100º 0.47% 0.47% -
XYZ 11.33 15.88 7.32 -
YUV 103.14 105.91 113.63 -
System Red Green Blue C M Y K H S L
Decimal 83 121 64 0.31 0 0.47 0.53 100 0.31 0.36
Hex 53 79 40 1F 0 2F 35 64 1F 24
Octal 123 171 100 37 0 57 65 144 37 44
Binary 1010011 1111001 1000000 11111 0 101111 110101 1100100 11111 100100

Color Harmonies of #537940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537940

Black with #537940

Text Example


Text Example

White with #537940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537940; }

 p { color: rgb(83,121,64); }

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

background-color css

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

 a { background-color: rgb(83,121,64); }

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

border-color css

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

 span { border-color: rgb(83,121,64); }

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