Html Css Color HEX #497942 Fern Green

📋 copy color: '#497942'

red 73 ◦ green 121 ◦ blue 66

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

Shades of Fern Green #497942

Tints of Fern Green #497942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.54%

 BLUE value IS 66 (26.17% from 255) = 25.38%

R = 28.08%
G = 46.54%
B = 25.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#497942 (or 0x497942) is known color: Fern Green. HEX triplet: 49, 79 and 42. RGB value is (73,121,66). Sum of RGB (Red+Green+Blue) = 73+121+66=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #497942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497942 is #B686BD. Grayscale: #646464. Windows color (decimal): -11962046 or 4356425. OLE color: 4356425.

HSL color Cylindrical-coordinate representation of color #497942: hue angle of 112.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #497942 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 66 -
CMYK 0.40 0 0.45 0.53
HSL 112.36º 0.29% 0.37% -
HSV(B) 112.36º 0.45% 0.47% -
XYZ 10.57 15.48 7.59 -
YUV 100.38 108.6 108.47 -
System Red Green Blue C M Y K H S L
Decimal 73 121 66 0.40 0 0.45 0.53 112.36 0.29 0.37
Hex 49 79 42 28 0 2D 35 70 1D 25
Octal 111 171 102 50 0 55 65 160 35 45
Binary 1001001 1111001 1000010 101000 0 101101 110101 1110000 11101 100101

Color Harmonies of #497942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497942

Black with #497942

Text Example


Text Example

White with #497942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497942; }

 p { color: rgb(73,121,66); }

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

background-color css

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

 a { background-color: rgb(73,121,66); }

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

border-color css

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

 span { border-color: rgb(73,121,66); }

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