Html Css Color HEX #497D41 Fern Green

📋 copy color: '#497D41'

red 73 ◦ green 125 ◦ blue 65

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

Shades of Fern Green #497D41

Tints of Fern Green #497D41

RGB

 RED value IS 73 (28.91% from 255) = 27.76%

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

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

R = 27.76%
G = 47.53%
B = 24.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#497D41 (or 0x497D41) is known color: Fern Green. HEX triplet: 49, 7D and 41. RGB value is (73,125,65). Sum of RGB (Red+Green+Blue) = 73+125+65=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 125 (49.22% from 255 or 47.53% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 125 - color contains mainly: green. Hex color #497D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497D41 is #B682BE. Grayscale: #666666. Windows color (decimal): -11961023 or 4291913. OLE color: 4291913.

HSL color Cylindrical-coordinate representation of color #497D41: hue angle of 112º 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 #497D41 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 125 65 -
CMYK 0.42 0 0.48 0.51
HSL 112º 0.32% 0.37% -
HSV(B) 112º 0.48% 0.49% -
XYZ 11.04 16.47 7.6 -
YUV 102.61 106.77 106.88 -
System Red Green Blue C M Y K H S L
Decimal 73 125 65 0.42 0 0.48 0.51 112 0.32 0.37
Hex 49 7D 41 2A 0 30 33 70 20 25
Octal 111 175 101 52 0 60 63 160 40 45
Binary 1001001 1111101 1000001 101010 0 110000 110011 1110000 100000 100101

Color Harmonies of #497D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D41

Black with #497D41

Text Example


Text Example

White with #497D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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