Html Css Color HEX #537140 Fern Green

📋 copy color: '#537140'

red 83 ◦ green 113 ◦ blue 64

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

Shades of Fern Green #537140

Tints of Fern Green #537140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.46%

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

R = 31.92%
G = 43.46%
B = 24.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#537140 (or 0x537140) is known color: Fern Green. HEX triplet: 53, 71 and 40. RGB value is (83,113,64). Sum of RGB (Red+Green+Blue) = 83+113+64=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #537140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537140 is #AC8EBF. Grayscale: #626262. Windows color (decimal): -11308736 or 4223315. OLE color: 4223315.

HSL color Cylindrical-coordinate representation of color #537140: hue angle of 96.73º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #537140 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 113 64 -
CMYK 0.27 0 0.43 0.56
HSL 96.73º 0.28% 0.35% -
HSV(B) 96.73º 0.43% 0.44% -
XYZ 10.4 14.02 7.01 -
YUV 98.44 108.56 116.98 -
System Red Green Blue C M Y K H S L
Decimal 83 113 64 0.27 0 0.43 0.56 96.73 0.28 0.35
Hex 53 71 40 1B 0 2B 38 61 1C 23
Octal 123 161 100 33 0 53 70 141 34 43
Binary 1010011 1110001 1000000 11011 0 101011 111000 1100001 11100 100011

Color Harmonies of #537140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537140

Black with #537140

Text Example


Text Example

White with #537140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537140; }

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

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

background-color css

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

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

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

border-color css

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

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

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