Html Css Color HEX #497C3A Fern Green

📋 copy color: '#497C3A'

red 73 ◦ green 124 ◦ blue 58

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

Shades of Fern Green #497C3A

Tints of Fern Green #497C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 28.63%
G = 48.63%
B = 22.75%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#497C3A (or 0x497C3A) is known color: Fern Green. HEX triplet: 49, 7C and 3A. RGB value is (73,124,58). Sum of RGB (Red+Green+Blue) = 73+124+58=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 124 - color contains mainly: green. Hex color #497C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497C3A is #B683C5. Grayscale: #656565. Windows color (decimal): -11961286 or 3832905. OLE color: 3832905.

HSL color Cylindrical-coordinate representation of color #497C3A: hue angle of 106.36º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #497C3A is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 124 58 -
CMYK 0.41 0 0.53 0.51
HSL 106.36º 0.36% 0.36% -
HSV(B) 106.36º 0.53% 0.49% -
XYZ 10.72 16.14 6.55 -
YUV 101.23 103.6 107.87 -
System Red Green Blue C M Y K H S L
Decimal 73 124 58 0.41 0 0.53 0.51 106.36 0.36 0.36
Hex 49 7C 3A 29 0 35 33 6A 24 24
Octal 111 174 72 51 0 65 63 152 44 44
Binary 1001001 1111100 111010 101001 0 110101 110011 1101010 100100 100100

Color Harmonies of #497C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C3A

Black with #497C3A

Text Example


Text Example

White with #497C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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