Html Css Color HEX #497935 Fern Green

📋 copy color: '#497935'

red 73 ◦ green 121 ◦ blue 53

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

Shades of Fern Green #497935

Tints of Fern Green #497935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.46%

R = 29.55%
G = 48.99%
B = 21.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#497935 (or 0x497935) is known color: Fern Green. HEX triplet: 49, 79 and 35. RGB value is (73,121,53). Sum of RGB (Red+Green+Blue) = 73+121+53=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #497935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497935 is #B686CA. Grayscale: #636363. Windows color (decimal): -11962059 or 3504457. OLE color: 3504457.

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

Color convert

RGB 73 121 53 -
CMYK 0.40 0 0.56 0.53
HSL 102.35º 0.39% 0.34% -
HSV(B) 102.35º 0.56% 0.47% -
XYZ 10.23 15.35 5.79 -
YUV 98.9 102.1 109.53 -
System Red Green Blue C M Y K H S L
Decimal 73 121 53 0.40 0 0.56 0.53 102.35 0.39 0.34
Hex 49 79 35 28 0 38 35 66 27 22
Octal 111 171 65 50 0 70 65 146 47 42
Binary 1001001 1111001 110101 101000 0 111000 110101 1100110 100111 100010

Color Harmonies of #497935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497935

Black with #497935

Text Example


Text Example

White with #497935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497935; }

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

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

background-color css

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

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

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

border-color css

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

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

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