Html Css Color HEX #537B49 Fern Green

📋 copy color: '#537B49'

red 83 ◦ green 123 ◦ blue 73

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

Shades of Fern Green #537B49

Tints of Fern Green #537B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.09%

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

R = 29.75%
G = 44.09%
B = 26.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#537B49 (or 0x537B49) is known color: Fern Green. HEX triplet: 53, 7B and 49. RGB value is (83,123,73). Sum of RGB (Red+Green+Blue) = 83+123+73=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #537B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537B49 is #AC84B6. Grayscale: #696969. Windows color (decimal): -11306167 or 4815699. OLE color: 4815699.

HSL color Cylindrical-coordinate representation of color #537B49: hue angle of 108º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #537B49 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 123 73 -
CMYK 0.33 0 0.41 0.52
HSL 108º 0.26% 0.38% -
HSV(B) 108º 0.41% 0.48% -
XYZ 11.85 16.49 8.86 -
YUV 105.34 109.75 112.07 -
System Red Green Blue C M Y K H S L
Decimal 83 123 73 0.33 0 0.41 0.52 108 0.26 0.38
Hex 53 7B 49 21 0 29 34 6C 1A 26
Octal 123 173 111 41 0 51 64 154 32 46
Binary 1010011 1111011 1001001 100001 0 101001 110100 1101100 11010 100110

Color Harmonies of #537B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537B49

Black with #537B49

Text Example


Text Example

White with #537B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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