Html Css Color HEX #497435 Fern Green

📋 copy color: '#497435'

red 73 ◦ green 116 ◦ blue 53

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

Shades of Fern Green #497435

Tints of Fern Green #497435

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.93%

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

R = 30.17%
G = 47.93%
B = 21.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#497435 (or 0x497435) is known color: Fern Green. HEX triplet: 49, 74 and 35. RGB value is (73,116,53). Sum of RGB (Red+Green+Blue) = 73+116+53=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #497435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497435 is #B68BCA. Grayscale: #606060. Windows color (decimal): -11963339 or 3503177. OLE color: 3503177.

HSL color Cylindrical-coordinate representation of color #497435: hue angle of 100.95º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #497435 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 53 -
CMYK 0.37 0 0.54 0.55
HSL 100.95º 0.37% 0.33% -
HSV(B) 100.95º 0.54% 0.45% -
XYZ 9.64 14.16 5.59 -
YUV 95.96 103.75 111.62 -
System Red Green Blue C M Y K H S L
Decimal 73 116 53 0.37 0 0.54 0.55 100.95 0.37 0.33
Hex 49 74 35 25 0 36 37 65 25 21
Octal 111 164 65 45 0 66 67 145 45 41
Binary 1001001 1110100 110101 100101 0 110110 110111 1100101 100101 100001

Color Harmonies of #497435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497435

Black with #497435

Text Example


Text Example

White with #497435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497435; }

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

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

background-color css

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

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

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

border-color css

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

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

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