Html Css Color HEX #537D41 Fern Green

📋 copy color: '#537D41'

red 83 ◦ green 125 ◦ blue 65

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

Shades of Fern Green #537D41

Tints of Fern Green #537D41

RGB

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

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

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

R = 30.4%
G = 45.79%
B = 23.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#537D41 (or 0x537D41) is known color: Fern Green. HEX triplet: 53, 7D and 41. RGB value is (83,125,65). Sum of RGB (Red+Green+Blue) = 83+125+65=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 125 - color contains mainly: green. Hex color #537D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537D41 is #AC82BE. Grayscale: #696969. Windows color (decimal): -11305663 or 4291923. OLE color: 4291923.

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

Color convert

RGB 83 125 65 -
CMYK 0.34 0 0.48 0.51
HSL 102º 0.32% 0.37% -
HSV(B) 102º 0.48% 0.49% -
XYZ 11.86 16.89 7.64 -
YUV 105.6 105.09 111.88 -
System Red Green Blue C M Y K H S L
Decimal 83 125 65 0.34 0 0.48 0.51 102 0.32 0.37
Hex 53 7D 41 22 0 30 33 66 20 25
Octal 123 175 101 42 0 60 63 146 40 45
Binary 1010011 1111101 1000001 100010 0 110000 110011 1100110 100000 100101

Color Harmonies of #537D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537D41

Black with #537D41

Text Example


Text Example

White with #537D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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