Html Css Color HEX #498246 Fern Green

📋 copy color: '#498246'

red 73 ◦ green 130 ◦ blue 70

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

Shades of Fern Green #498246

Tints of Fern Green #498246

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.62%

 BLUE value IS 70 (27.73% from 255) = 25.64%

R = 26.74%
G = 47.62%
B = 25.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#498246 (or 0x498246) is known color: Fern Green. HEX triplet: 49, 82 and 46. RGB value is (73,130,70). Sum of RGB (Red+Green+Blue) = 73+130+70=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #498246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498246 is #B67DB9. Grayscale: #6A6A6A. Windows color (decimal): -11959738 or 4620873. OLE color: 4620873.

HSL color Cylindrical-coordinate representation of color #498246: hue angle of 117º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498246 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 130 70 -
CMYK 0.44 0 0.46 0.49
HSL 117º 0.3% 0.39% -
HSV(B) 117º 0.46% 0.51% -
XYZ 11.84 17.82 8.61 -
YUV 106.12 107.62 104.38 -
System Red Green Blue C M Y K H S L
Decimal 73 130 70 0.44 0 0.46 0.49 117 0.3 0.39
Hex 49 82 46 2C 0 2E 31 75 1E 27
Octal 111 202 106 54 0 56 61 165 36 47
Binary 1001001 10000010 1000110 101100 0 101110 110001 1110101 11110 100111

Color Harmonies of #498246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498246

Black with #498246

Text Example


Text Example

White with #498246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498246; }

 p { color: rgb(73,130,70); }

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

background-color css

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

 a { background-color: rgb(73,130,70); }

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

border-color css

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

 span { border-color: rgb(73,130,70); }

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