Html Css Color HEX #537540 Fern Green

📋 copy color: '#537540'

red 83 ◦ green 117 ◦ blue 64

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

Shades of Fern Green #537540

Tints of Fern Green #537540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.32%

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

R = 31.44%
G = 44.32%
B = 24.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#537540 (or 0x537540) is known color: Fern Green. HEX triplet: 53, 75 and 40. RGB value is (83,117,64). Sum of RGB (Red+Green+Blue) = 83+117+64=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #537540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537540 is #AC8ABF. Grayscale: #646464. Windows color (decimal): -11307712 or 4224339. OLE color: 4224339.

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

Color convert

RGB 83 117 64 -
CMYK 0.29 0 0.45 0.54
HSL 98.49º 0.29% 0.35% -
HSV(B) 98.49º 0.45% 0.46% -
XYZ 10.85 14.93 7.16 -
YUV 100.79 107.24 115.31 -
System Red Green Blue C M Y K H S L
Decimal 83 117 64 0.29 0 0.45 0.54 98.49 0.29 0.35
Hex 53 75 40 1D 0 2D 36 62 1D 23
Octal 123 165 100 35 0 55 66 142 35 43
Binary 1010011 1110101 1000000 11101 0 101101 110110 1100010 11101 100011

Color Harmonies of #537540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537540

Black with #537540

Text Example


Text Example

White with #537540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537540; }

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

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

background-color css

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

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

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

border-color css

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

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

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