Html Css Color HEX #497A3D Fern Green

📋 copy color: '#497A3D'

red 73 ◦ green 122 ◦ blue 61

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

Shades of Fern Green #497A3D

Tints of Fern Green #497A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.83%

R = 28.52%
G = 47.66%
B = 23.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#497A3D (or 0x497A3D) is known color: Fern Green. HEX triplet: 49, 7A and 3D. RGB value is (73,122,61). Sum of RGB (Red+Green+Blue) = 73+122+61=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 122 - color contains mainly: green. Hex color #497A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A3D is #B685C2. Grayscale: #646464. Windows color (decimal): -11961795 or 4029001. OLE color: 4029001.

HSL color Cylindrical-coordinate representation of color #497A3D: hue angle of 108.2º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #497A3D is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 61 -
CMYK 0.40 0 0.50 0.52
HSL 108.2º 0.33% 0.36% -
HSV(B) 108.2º 0.5% 0.48% -
XYZ 10.55 15.67 6.88 -
YUV 100.4 105.77 108.46 -
System Red Green Blue C M Y K H S L
Decimal 73 122 61 0.40 0 0.50 0.52 108.2 0.33 0.36
Hex 49 7A 3D 28 0 32 34 6C 21 24
Octal 111 172 75 50 0 62 64 154 41 44
Binary 1001001 1111010 111101 101000 0 110010 110100 1101100 100001 100100

Color Harmonies of #497A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A3D

Black with #497A3D

Text Example


Text Example

White with #497A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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