Html Css Color HEX #497C41 Fern Green

📋 copy color: '#497C41'

red 73 ◦ green 124 ◦ blue 65

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

Shades of Fern Green #497C41

Tints of Fern Green #497C41

RGB

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

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

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

R = 27.86%
G = 47.33%
B = 24.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#497C41 (or 0x497C41) is known color: Fern Green. HEX triplet: 49, 7C and 41. RGB value is (73,124,65). Sum of RGB (Red+Green+Blue) = 73+124+65=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #497C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497C41 is #B683BE. Grayscale: #666666. Windows color (decimal): -11961279 or 4291657. OLE color: 4291657.

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

Color convert

RGB 73 124 65 -
CMYK 0.41 0 0.48 0.51
HSL 111.86º 0.31% 0.37% -
HSV(B) 111.86º 0.48% 0.49% -
XYZ 10.91 16.21 7.56 -
YUV 102.03 107.1 107.3 -
System Red Green Blue C M Y K H S L
Decimal 73 124 65 0.41 0 0.48 0.51 111.86 0.31 0.37
Hex 49 7C 41 29 0 30 33 70 1F 25
Octal 111 174 101 51 0 60 63 160 37 45
Binary 1001001 1111100 1000001 101001 0 110000 110011 1110000 11111 100101

Color Harmonies of #497C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C41

Black with #497C41

Text Example


Text Example

White with #497C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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