Html Css Color HEX #497D3B Fern Green

📋 copy color: '#497D3B'

red 73 ◦ green 125 ◦ blue 59

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

Shades of Fern Green #497D3B

Tints of Fern Green #497D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.96%

R = 28.4%
G = 48.64%
B = 22.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#497D3B (or 0x497D3B) is known color: Fern Green. HEX triplet: 49, 7D and 3B. RGB value is (73,125,59). Sum of RGB (Red+Green+Blue) = 73+125+59=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #497D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497D3B is #B682C4. Grayscale: #666666. Windows color (decimal): -11961029 or 3898697. OLE color: 3898697.

HSL color Cylindrical-coordinate representation of color #497D3B: hue angle of 107.27º 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 #497D3B is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 125 59 -
CMYK 0.42 0 0.53 0.51
HSL 107.27º 0.36% 0.36% -
HSV(B) 107.27º 0.53% 0.49% -
XYZ 10.87 16.4 6.73 -
YUV 101.93 103.77 107.37 -
System Red Green Blue C M Y K H S L
Decimal 73 125 59 0.42 0 0.53 0.51 107.27 0.36 0.36
Hex 49 7D 3B 2A 0 35 33 6B 24 24
Octal 111 175 73 52 0 65 63 153 44 44
Binary 1001001 1111101 111011 101010 0 110101 110011 1101011 100100 100100

Color Harmonies of #497D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D3B

Black with #497D3B

Text Example


Text Example

White with #497D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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