Html Css Color HEX #497C3D Fern Green

📋 copy color: '#497C3D'

red 73 ◦ green 124 ◦ blue 61

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

Shades of Fern Green #497C3D

Tints of Fern Green #497C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.64%

R = 28.29%
G = 48.06%
B = 23.64%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#497C3D (or 0x497C3D) is known color: Fern Green. HEX triplet: 49, 7C and 3D. RGB value is (73,124,61). Sum of RGB (Red+Green+Blue) = 73+124+61=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 124 - color contains mainly: green. Hex color #497C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497C3D is #B683C2. Grayscale: #656565. Windows color (decimal): -11961283 or 4029513. OLE color: 4029513.

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

Color convert

RGB 73 124 61 -
CMYK 0.41 0 0.51 0.51
HSL 108.57º 0.34% 0.36% -
HSV(B) 108.57º 0.51% 0.49% -
XYZ 10.8 16.17 6.97 -
YUV 101.57 105.1 107.62 -
System Red Green Blue C M Y K H S L
Decimal 73 124 61 0.41 0 0.51 0.51 108.57 0.34 0.36
Hex 49 7C 3D 29 0 33 33 6D 22 24
Octal 111 174 75 51 0 63 63 155 42 44
Binary 1001001 1111100 111101 101001 0 110011 110011 1101101 100010 100100

Color Harmonies of #497C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C3D

Black with #497C3D

Text Example


Text Example

White with #497C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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