Html Css Color HEX #497A35 Fern Green

📋 copy color: '#497A35'

red 73 ◦ green 122 ◦ blue 53

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

Shades of Fern Green #497A35

Tints of Fern Green #497A35

RGB

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

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

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

R = 29.44%
G = 49.19%
B = 21.37%

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

#497A35 (or 0x497A35) is known color: Fern Green. HEX triplet: 49, 7A and 35. RGB value is (73,122,53). Sum of RGB (Red+Green+Blue) = 73+122+53=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #497A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A35 is #B685CA. Grayscale: #636363. Windows color (decimal): -11961803 or 3504713. OLE color: 3504713.

HSL color Cylindrical-coordinate representation of color #497A35: hue angle of 102.61º degrees, saturation: 0.39, 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 #497A35 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 53 -
CMYK 0.40 0 0.57 0.52
HSL 102.61º 0.39% 0.34% -
HSV(B) 102.61º 0.57% 0.48% -
XYZ 10.35 15.59 5.83 -
YUV 99.48 101.77 109.11 -
System Red Green Blue C M Y K H S L
Decimal 73 122 53 0.40 0 0.57 0.52 102.61 0.39 0.34
Hex 49 7A 35 28 0 39 34 67 27 22
Octal 111 172 65 50 0 71 64 147 47 42
Binary 1001001 1111010 110101 101000 0 111001 110100 1100111 100111 100010

Color Harmonies of #497A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A35

Black with #497A35

Text Example


Text Example

White with #497A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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