Html Css Color HEX #497138 Fern Green

📋 copy color: '#497138'

red 73 ◦ green 113 ◦ blue 56

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

Shades of Fern Green #497138

Tints of Fern Green #497138

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.69%

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

R = 30.17%
G = 46.69%
B = 23.14%

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

#497138 (or 0x497138) is known color: Fern Green. HEX triplet: 49, 71 and 38. RGB value is (73,113,56). Sum of RGB (Red+Green+Blue) = 73+113+56=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #497138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497138 is #B68EC7. Grayscale: #5E5E5E. Windows color (decimal): -11964104 or 3699017. OLE color: 3699017.

HSL color Cylindrical-coordinate representation of color #497138: hue angle of 102.11º degrees, saturation: 0.34, 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 #497138 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 113 56 -
CMYK 0.35 0 0.50 0.56
HSL 102.11º 0.34% 0.33% -
HSV(B) 102.11º 0.5% 0.44% -
XYZ 9.37 13.51 5.86 -
YUV 94.54 106.25 112.63 -
System Red Green Blue C M Y K H S L
Decimal 73 113 56 0.35 0 0.50 0.56 102.11 0.34 0.33
Hex 49 71 38 23 0 32 38 66 22 21
Octal 111 161 70 43 0 62 70 146 42 41
Binary 1001001 1110001 111000 100011 0 110010 111000 1100110 100010 100001

Color Harmonies of #497138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497138

Black with #497138

Text Example


Text Example

White with #497138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497138; }

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

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

background-color css

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

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

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

border-color css

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

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

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