Html Css Color HEX #537949 Fern Green

📋 copy color: '#537949'

red 83 ◦ green 121 ◦ blue 73

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

Shades of Fern Green #537949

Tints of Fern Green #537949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.68%

 BLUE value IS 73 (28.91% from 255) = 26.35%

R = 29.96%
G = 43.68%
B = 26.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#537949 (or 0x537949) is known color: Fern Green. HEX triplet: 53, 79 and 49. RGB value is (83,121,73). Sum of RGB (Red+Green+Blue) = 83+121+73=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #537949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537949 is #AC86B6. Grayscale: #686868. Windows color (decimal): -11306679 or 4815187. OLE color: 4815187.

HSL color Cylindrical-coordinate representation of color #537949: hue angle of 107.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #537949 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 121 73 -
CMYK 0.31 0 0.40 0.53
HSL 107.5º 0.25% 0.38% -
HSV(B) 107.5º 0.4% 0.47% -
XYZ 11.61 15.99 8.78 -
YUV 104.17 110.41 112.9 -
System Red Green Blue C M Y K H S L
Decimal 83 121 73 0.31 0 0.40 0.53 107.5 0.25 0.38
Hex 53 79 49 1F 0 28 35 6C 19 26
Octal 123 171 111 37 0 50 65 154 31 46
Binary 1010011 1111001 1001001 11111 0 101000 110101 1101100 11001 100110

Color Harmonies of #537949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537949

Black with #537949

Text Example


Text Example

White with #537949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537949; }

 p { color: rgb(83,121,73); }

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

background-color css

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

 a { background-color: rgb(83,121,73); }

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

border-color css

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

 span { border-color: rgb(83,121,73); }

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