Html Css Color HEX #537241 Fern Green

📋 copy color: '#537241'

red 83 ◦ green 114 ◦ blue 65

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

Shades of Fern Green #537241

Tints of Fern Green #537241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 31.68%
G = 43.51%
B = 24.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#537241 (or 0x537241) is known color: Fern Green. HEX triplet: 53, 72 and 41. RGB value is (83,114,65). Sum of RGB (Red+Green+Blue) = 83+114+65=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #537241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537241 is #AC8DBE. Grayscale: #636363. Windows color (decimal): -11308479 or 4289107. OLE color: 4289107.

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

Color convert

RGB 83 114 65 -
CMYK 0.27 0 0.43 0.55
HSL 97.96º 0.27% 0.35% -
HSV(B) 97.96º 0.43% 0.45% -
XYZ 10.54 14.26 7.2 -
YUV 99.15 108.73 116.48 -
System Red Green Blue C M Y K H S L
Decimal 83 114 65 0.27 0 0.43 0.55 97.96 0.27 0.35
Hex 53 72 41 1B 0 2B 37 62 1B 23
Octal 123 162 101 33 0 53 67 142 33 43
Binary 1010011 1110010 1000001 11011 0 101011 110111 1100010 11011 100011

Color Harmonies of #537241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537241

Black with #537241

Text Example


Text Example

White with #537241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537241; }

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

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

background-color css

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

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

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

border-color css

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

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

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