Html Css Color HEX #498244 Fern Green

📋 copy color: '#498244'

red 73 ◦ green 130 ◦ blue 68

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

Shades of Fern Green #498244

Tints of Fern Green #498244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.09%

R = 26.94%
G = 47.97%
B = 25.09%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#498244 (or 0x498244) is known color: Fern Green. HEX triplet: 49, 82 and 44. RGB value is (73,130,68). Sum of RGB (Red+Green+Blue) = 73+130+68=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #498244 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498244 is #B67DBB. Grayscale: #6A6A6A. Windows color (decimal): -11959740 or 4489801. OLE color: 4489801.

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

Color convert

RGB 73 130 68 -
CMYK 0.44 0 0.48 0.49
HSL 115.16º 0.31% 0.39% -
HSV(B) 115.16º 0.48% 0.51% -
XYZ 11.77 17.8 8.28 -
YUV 105.89 106.62 104.54 -
System Red Green Blue C M Y K H S L
Decimal 73 130 68 0.44 0 0.48 0.49 115.16 0.31 0.39
Hex 49 82 44 2C 0 30 31 73 1F 27
Octal 111 202 104 54 0 60 61 163 37 47
Binary 1001001 10000010 1000100 101100 0 110000 110001 1110011 11111 100111

Color Harmonies of #498244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498244

Black with #498244

Text Example


Text Example

White with #498244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498244; }

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

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

background-color css

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

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

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

border-color css

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

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

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