Html Css Color HEX #497038 Fern Green

📋 copy color: '#497038'

red 73 ◦ green 112 ◦ blue 56

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

Shades of Fern Green #497038

Tints of Fern Green #497038

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.47%

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

R = 30.29%
G = 46.47%
B = 23.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#497038 (or 0x497038) is known color: Fern Green. HEX triplet: 49, 70 and 38. RGB value is (73,112,56). Sum of RGB (Red+Green+Blue) = 73+112+56=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #497038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497038 is #B68FC7. Grayscale: #5E5E5E. Windows color (decimal): -11964360 or 3698761. OLE color: 3698761.

HSL color Cylindrical-coordinate representation of color #497038: hue angle of 101.79º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #497038 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 56 -
CMYK 0.35 0 0.50 0.56
HSL 101.79º 0.33% 0.33% -
HSV(B) 101.79º 0.5% 0.44% -
XYZ 9.26 13.29 5.82 -
YUV 93.96 106.58 113.05 -
System Red Green Blue C M Y K H S L
Decimal 73 112 56 0.35 0 0.50 0.56 101.79 0.33 0.33
Hex 49 70 38 23 0 32 38 66 21 21
Octal 111 160 70 43 0 62 70 146 41 41
Binary 1001001 1110000 111000 100011 0 110010 111000 1100110 100001 100001

Color Harmonies of #497038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497038

Black with #497038

Text Example


Text Example

White with #497038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497038; }

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

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

background-color css

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

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

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

border-color css

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

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

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