Html Css Color HEX #537440 Fern Green

📋 copy color: '#537440'

red 83 ◦ green 116 ◦ blue 64

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

Shades of Fern Green #537440

Tints of Fern Green #537440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.11%

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

R = 31.56%
G = 44.11%
B = 24.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#537440 (or 0x537440) is known color: Fern Green. HEX triplet: 53, 74 and 40. RGB value is (83,116,64). Sum of RGB (Red+Green+Blue) = 83+116+64=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #537440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537440 is #AC8BBF. Grayscale: #646464. Windows color (decimal): -11307968 or 4224083. OLE color: 4224083.

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

Color convert

RGB 83 116 64 -
CMYK 0.28 0 0.45 0.55
HSL 98.08º 0.29% 0.35% -
HSV(B) 98.08º 0.45% 0.45% -
XYZ 10.74 14.7 7.12 -
YUV 100.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 83 116 64 0.28 0 0.45 0.55 98.08 0.29 0.35
Hex 53 74 40 1C 0 2D 37 62 1D 23
Octal 123 164 100 34 0 55 67 142 35 43
Binary 1010011 1110100 1000000 11100 0 101101 110111 1100010 11101 100011

Color Harmonies of #537440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537440

Black with #537440

Text Example


Text Example

White with #537440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537440; }

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

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

background-color css

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

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

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

border-color css

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

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

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