Html Css Color HEX #537D44 Fern Green

📋 copy color: '#537D44'

red 83 ◦ green 125 ◦ blue 68

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

Shades of Fern Green #537D44

Tints of Fern Green #537D44

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.29%

 BLUE value IS 68 (26.95% from 255) = 24.64%

R = 30.07%
G = 45.29%
B = 24.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#537D44 (or 0x537D44) is known color: Fern Green. HEX triplet: 53, 7D and 44. RGB value is (83,125,68). Sum of RGB (Red+Green+Blue) = 83+125+68=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 125 - color contains mainly: green. Hex color #537D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537D44 is #AC82BB. Grayscale: #6A6A6A. Windows color (decimal): -11305660 or 4488531. OLE color: 4488531.

HSL color Cylindrical-coordinate representation of color #537D44: hue angle of 104.21º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #537D44 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 125 68 -
CMYK 0.34 0 0.46 0.51
HSL 104.21º 0.3% 0.38% -
HSV(B) 104.21º 0.46% 0.49% -
XYZ 11.94 16.92 8.11 -
YUV 105.94 106.59 111.63 -
System Red Green Blue C M Y K H S L
Decimal 83 125 68 0.34 0 0.46 0.51 104.21 0.3 0.38
Hex 53 7D 44 22 0 2E 33 68 1E 26
Octal 123 175 104 42 0 56 63 150 36 46
Binary 1010011 1111101 1000100 100010 0 101110 110011 1101000 11110 100110

Color Harmonies of #537D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537D44

Black with #537D44

Text Example


Text Example

White with #537D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,125,68); }

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

background-color css

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

 a { background-color: rgb(83,125,68); }

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

border-color css

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

 span { border-color: rgb(83,125,68); }

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