Html Css Color HEX #497238 Fern Green

📋 copy color: '#497238'

red 73 ◦ green 114 ◦ blue 56

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

Shades of Fern Green #497238

Tints of Fern Green #497238

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.91%

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

R = 30.04%
G = 46.91%
B = 23.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#497238 (or 0x497238) is known color: Fern Green. HEX triplet: 49, 72 and 38. RGB value is (73,114,56). Sum of RGB (Red+Green+Blue) = 73+114+56=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #497238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497238 is #B68DC7. Grayscale: #5F5F5F. Windows color (decimal): -11963848 or 3699273. OLE color: 3699273.

HSL color Cylindrical-coordinate representation of color #497238: hue angle of 102.41º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #497238 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 114 56 -
CMYK 0.36 0 0.51 0.55
HSL 102.41º 0.34% 0.33% -
HSV(B) 102.41º 0.51% 0.45% -
XYZ 9.48 13.74 5.89 -
YUV 95.13 105.92 112.22 -
System Red Green Blue C M Y K H S L
Decimal 73 114 56 0.36 0 0.51 0.55 102.41 0.34 0.33
Hex 49 72 38 24 0 33 37 66 22 21
Octal 111 162 70 44 0 63 67 146 42 41
Binary 1001001 1110010 111000 100100 0 110011 110111 1100110 100010 100001

Color Harmonies of #497238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497238

Black with #497238

Text Example


Text Example

White with #497238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497238; }

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

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

background-color css

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

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

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

border-color css

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

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

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