Html Css Color HEX #497A34 Fern Green

📋 copy color: '#497A34'

red 73 ◦ green 122 ◦ blue 52

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

Shades of Fern Green #497A34

Tints of Fern Green #497A34

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.39%

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

R = 29.55%
G = 49.39%
B = 21.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.52

RGB Variations

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

Color information

#497A34 (or 0x497A34) is known color: Fern Green. HEX triplet: 49, 7A and 34. RGB value is (73,122,52). Sum of RGB (Red+Green+Blue) = 73+122+52=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #497A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A34 is #B685CB. Grayscale: #636363. Windows color (decimal): -11961804 or 3439177. OLE color: 3439177.

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

Color convert

RGB 73 122 52 -
CMYK 0.40 0 0.57 0.52
HSL 102º 0.4% 0.34% -
HSV(B) 102º 0.57% 0.48% -
XYZ 10.33 15.58 5.71 -
YUV 99.37 101.27 109.19 -
System Red Green Blue C M Y K H S L
Decimal 73 122 52 0.40 0 0.57 0.52 102 0.4 0.34
Hex 49 7A 34 28 0 39 34 66 28 22
Octal 111 172 64 50 0 71 64 146 50 42
Binary 1001001 1111010 110100 101000 0 111001 110100 1100110 101000 100010

Color Harmonies of #497A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A34

Black with #497A34

Text Example


Text Example

White with #497A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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