Html Css Color HEX #497243 Fern Green

📋 copy color: '#497243'

red 73 ◦ green 114 ◦ blue 67

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

Shades of Fern Green #497243

Tints of Fern Green #497243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.38%

R = 28.74%
G = 44.88%
B = 26.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#497243 (or 0x497243) is known color: Fern Green. HEX triplet: 49, 72 and 43. RGB value is (73,114,67). Sum of RGB (Red+Green+Blue) = 73+114+67=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #497243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497243 is #B68DBC. Grayscale: #606060. Windows color (decimal): -11963837 or 4420169. OLE color: 4420169.

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

Color convert

RGB 73 114 67 -
CMYK 0.36 0 0.41 0.55
HSL 112.34º 0.26% 0.35% -
HSV(B) 112.34º 0.41% 0.45% -
XYZ 9.78 13.86 7.47 -
YUV 96.38 111.42 111.32 -
System Red Green Blue C M Y K H S L
Decimal 73 114 67 0.36 0 0.41 0.55 112.34 0.26 0.35
Hex 49 72 43 24 0 29 37 70 1A 23
Octal 111 162 103 44 0 51 67 160 32 43
Binary 1001001 1110010 1000011 100100 0 101001 110111 1110000 11010 100011

Color Harmonies of #497243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497243

Black with #497243

Text Example


Text Example

White with #497243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497243; }

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

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

background-color css

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

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

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

border-color css

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

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

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