Html Css Color HEX #497A41 Fern Green

📋 copy color: '#497A41'

red 73 ◦ green 122 ◦ blue 65

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

Shades of Fern Green #497A41

Tints of Fern Green #497A41

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.92%

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

R = 28.08%
G = 46.92%
B = 25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#497A41 (or 0x497A41) is known color: Fern Green. HEX triplet: 49, 7A and 41. RGB value is (73,122,65). Sum of RGB (Red+Green+Blue) = 73+122+65=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 122 - color contains mainly: green. Hex color #497A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A41 is #B685BE. Grayscale: #656565. Windows color (decimal): -11961791 or 4291145. OLE color: 4291145.

HSL color Cylindrical-coordinate representation of color #497A41: hue angle of 111.58º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #497A41 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 65 -
CMYK 0.40 0 0.47 0.52
HSL 111.58º 0.3% 0.37% -
HSV(B) 111.58º 0.47% 0.48% -
XYZ 10.66 15.72 7.47 -
YUV 100.85 107.77 108.13 -
System Red Green Blue C M Y K H S L
Decimal 73 122 65 0.40 0 0.47 0.52 111.58 0.3 0.37
Hex 49 7A 41 28 0 2F 34 70 1E 25
Octal 111 172 101 50 0 57 64 160 36 45
Binary 1001001 1111010 1000001 101000 0 101111 110100 1110000 11110 100101

Color Harmonies of #497A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A41

Black with #497A41

Text Example


Text Example

White with #497A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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