Html Css Color HEX #497934 Fern Green

📋 copy color: '#497934'

red 73 ◦ green 121 ◦ blue 52

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

Shades of Fern Green #497934

Tints of Fern Green #497934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.14%

R = 29.67%
G = 49.19%
B = 21.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#497934 (or 0x497934) is known color: Fern Green. HEX triplet: 49, 79 and 34. RGB value is (73,121,52). Sum of RGB (Red+Green+Blue) = 73+121+52=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #497934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497934 is #B686CB. Grayscale: #636363. Windows color (decimal): -11962060 or 3438921. OLE color: 3438921.

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

Color convert

RGB 73 121 52 -
CMYK 0.40 0 0.57 0.53
HSL 101.74º 0.4% 0.34% -
HSV(B) 101.74º 0.57% 0.47% -
XYZ 10.2 15.34 5.67 -
YUV 98.78 101.6 109.61 -
System Red Green Blue C M Y K H S L
Decimal 73 121 52 0.40 0 0.57 0.53 101.74 0.4 0.34
Hex 49 79 34 28 0 39 35 66 28 22
Octal 111 171 64 50 0 71 65 146 50 42
Binary 1001001 1111001 110100 101000 0 111001 110101 1100110 101000 100010

Color Harmonies of #497934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497934

Black with #497934

Text Example


Text Example

White with #497934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497934; }

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

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

background-color css

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

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

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

border-color css

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

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

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