Html Css Color HEX #537240 Fern Green

📋 copy color: '#537240'

red 83 ◦ green 114 ◦ blue 64

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

Shades of Fern Green #537240

Tints of Fern Green #537240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.68%

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

R = 31.8%
G = 43.68%
B = 24.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#537240 (or 0x537240) is known color: Fern Green. HEX triplet: 53, 72 and 40. RGB value is (83,114,64). Sum of RGB (Red+Green+Blue) = 83+114+64=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #537240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537240 is #AC8DBF. Grayscale: #636363. Windows color (decimal): -11308480 or 4223571. OLE color: 4223571.

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

Color convert

RGB 83 114 64 -
CMYK 0.27 0 0.44 0.55
HSL 97.2º 0.28% 0.35% -
HSV(B) 97.2º 0.44% 0.45% -
XYZ 10.51 14.24 7.05 -
YUV 99.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 83 114 64 0.27 0 0.44 0.55 97.2 0.28 0.35
Hex 53 72 40 1B 0 2C 37 61 1C 23
Octal 123 162 100 33 0 54 67 141 34 43
Binary 1010011 1110010 1000000 11011 0 101100 110111 1100001 11100 100011

Color Harmonies of #537240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537240

Black with #537240

Text Example


Text Example

White with #537240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537240; }

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

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

background-color css

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

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

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

border-color css

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

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

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