Html Css Color HEX #497A38 Fern Green

📋 copy color: '#497A38'

red 73 ◦ green 122 ◦ blue 56

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

Shades of Fern Green #497A38

Tints of Fern Green #497A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.31%

R = 29.08%
G = 48.61%
B = 22.31%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.54

 K value IS 0.52

RGB Variations

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

Color information

#497A38 (or 0x497A38) is known color: Fern Green. HEX triplet: 49, 7A and 38. RGB value is (73,122,56). Sum of RGB (Red+Green+Blue) = 73+122+56=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #497A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A38 is #B685C7. Grayscale: #646464. Windows color (decimal): -11961800 or 3701321. OLE color: 3701321.

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

Color convert

RGB 73 122 56 -
CMYK 0.40 0 0.54 0.52
HSL 104.55º 0.37% 0.35% -
HSV(B) 104.55º 0.54% 0.48% -
XYZ 10.42 15.62 6.21 -
YUV 99.83 103.27 108.87 -
System Red Green Blue C M Y K H S L
Decimal 73 122 56 0.40 0 0.54 0.52 104.55 0.37 0.35
Hex 49 7A 38 28 0 36 34 69 25 23
Octal 111 172 70 50 0 66 64 151 45 43
Binary 1001001 1111010 111000 101000 0 110110 110100 1101001 100101 100011

Color Harmonies of #497A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A38

Black with #497A38

Text Example


Text Example

White with #497A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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