Html Css Color HEX #497D44 Fern Green

📋 copy color: '#497D44'

red 73 ◦ green 125 ◦ blue 68

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

Shades of Fern Green #497D44

Tints of Fern Green #497D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.56%

R = 27.44%
G = 46.99%
B = 25.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#497D44 (or 0x497D44) is known color: Fern Green. HEX triplet: 49, 7D and 44. RGB value is (73,125,68). Sum of RGB (Red+Green+Blue) = 73+125+68=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 125 - color contains mainly: green. Hex color #497D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497D44 is #B682BB. Grayscale: #676767. Windows color (decimal): -11961020 or 4488521. OLE color: 4488521.

HSL color Cylindrical-coordinate representation of color #497D44: hue angle of 114.74º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #497D44 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 125 68 -
CMYK 0.42 0 0.46 0.51
HSL 114.74º 0.3% 0.38% -
HSV(B) 114.74º 0.46% 0.49% -
XYZ 11.12 16.5 8.07 -
YUV 102.95 108.27 106.63 -
System Red Green Blue C M Y K H S L
Decimal 73 125 68 0.42 0 0.46 0.51 114.74 0.3 0.38
Hex 49 7D 44 2A 0 2E 33 73 1E 26
Octal 111 175 104 52 0 56 63 163 36 46
Binary 1001001 1111101 1000100 101010 0 101110 110011 1110011 11110 100110

Color Harmonies of #497D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D44

Black with #497D44

Text Example


Text Example

White with #497D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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