Html Css Color HEX #497C3C Fern Green

📋 copy color: '#497C3C'

red 73 ◦ green 124 ◦ blue 60

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

Shades of Fern Green #497C3C

Tints of Fern Green #497C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 28.4%
G = 48.25%
B = 23.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#497C3C (or 0x497C3C) is known color: Fern Green. HEX triplet: 49, 7C and 3C. RGB value is (73,124,60). Sum of RGB (Red+Green+Blue) = 73+124+60=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #497C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497C3C is #B683C3. Grayscale: #656565. Windows color (decimal): -11961284 or 3963977. OLE color: 3963977.

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

Color convert

RGB 73 124 60 -
CMYK 0.41 0 0.52 0.51
HSL 107.81º 0.35% 0.36% -
HSV(B) 107.81º 0.52% 0.49% -
XYZ 10.77 16.16 6.83 -
YUV 101.46 104.6 107.7 -
System Red Green Blue C M Y K H S L
Decimal 73 124 60 0.41 0 0.52 0.51 107.81 0.35 0.36
Hex 49 7C 3C 29 0 34 33 6C 23 24
Octal 111 174 74 51 0 64 63 154 43 44
Binary 1001001 1111100 111100 101001 0 110100 110011 1101100 100011 100100

Color Harmonies of #497C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C3C

Black with #497C3C

Text Example


Text Example

White with #497C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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