Html Css Color HEX #537B50 Fern Green

📋 copy color: '#537B50'

red 83 ◦ green 123 ◦ blue 80

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

Shades of Fern Green #537B50

Tints of Fern Green #537B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.97%

R = 29.02%
G = 43.01%
B = 27.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#537B50 (or 0x537B50) is known color: Fern Green. HEX triplet: 53, 7B and 50. RGB value is (83,123,80). Sum of RGB (Red+Green+Blue) = 83+123+80=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 123 - color contains mainly: green. Hex color #537B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B50 is #AC84AF. Grayscale: #6A6A6A. Windows color (decimal): -11306160 or 5274451. OLE color: 5274451.

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

Color convert

RGB 83 123 80 -
CMYK 0.33 0 0.35 0.52
HSL 115.81º 0.21% 0.4% -
HSV(B) 115.81º 0.35% 0.48% -
XYZ 12.1 16.58 10.15 -
YUV 106.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 83 123 80 0.33 0 0.35 0.52 115.81 0.21 0.4
Hex 53 7B 50 21 0 23 34 74 15 28
Octal 123 173 120 41 0 43 64 164 25 50
Binary 1010011 1111011 1010000 100001 0 100011 110100 1110100 10101 101000

Color Harmonies of #537B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537B50

Black with #537B50

Text Example


Text Example

White with #537B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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