Html Css Color HEX #537C41 Fern Green

📋 copy color: '#537C41'

red 83 ◦ green 124 ◦ blue 65

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

Shades of Fern Green #537C41

Tints of Fern Green #537C41

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.59%

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

R = 30.51%
G = 45.59%
B = 23.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#537C41 (or 0x537C41) is known color: Fern Green. HEX triplet: 53, 7C and 41. RGB value is (83,124,65). Sum of RGB (Red+Green+Blue) = 83+124+65=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #537C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537C41 is #AC83BE. Grayscale: #696969. Windows color (decimal): -11305919 or 4291667. OLE color: 4291667.

HSL color Cylindrical-coordinate representation of color #537C41: hue angle of 101.69º degrees, saturation: 0.31, 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 #537C41 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 124 65 -
CMYK 0.33 0 0.48 0.51
HSL 101.69º 0.31% 0.37% -
HSV(B) 101.69º 0.48% 0.49% -
XYZ 11.73 16.64 7.59 -
YUV 105.02 105.42 112.3 -
System Red Green Blue C M Y K H S L
Decimal 83 124 65 0.33 0 0.48 0.51 101.69 0.31 0.37
Hex 53 7C 41 21 0 30 33 66 1F 25
Octal 123 174 101 41 0 60 63 146 37 45
Binary 1010011 1111100 1000001 100001 0 110000 110011 1100110 11111 100101

Color Harmonies of #537C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C41

Black with #537C41

Text Example


Text Example

White with #537C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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