Html Css Color HEX #498242 Fern Green

📋 copy color: '#498242'

red 73 ◦ green 130 ◦ blue 66

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

Shades of Fern Green #498242

Tints of Fern Green #498242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.54%

R = 27.14%
G = 48.33%
B = 24.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#498242 (or 0x498242) is known color: Fern Green. HEX triplet: 49, 82 and 42. RGB value is (73,130,66). Sum of RGB (Red+Green+Blue) = 73+130+66=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #498242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498242 is #B67DBD. Grayscale: #696969. Windows color (decimal): -11959742 or 4358729. OLE color: 4358729.

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

Color convert

RGB 73 130 66 -
CMYK 0.44 0 0.49 0.49
HSL 113.44º 0.33% 0.38% -
HSV(B) 113.44º 0.49% 0.51% -
XYZ 11.71 17.78 7.97 -
YUV 105.66 105.62 104.7 -
System Red Green Blue C M Y K H S L
Decimal 73 130 66 0.44 0 0.49 0.49 113.44 0.33 0.38
Hex 49 82 42 2C 0 31 31 71 21 26
Octal 111 202 102 54 0 61 61 161 41 46
Binary 1001001 10000010 1000010 101100 0 110001 110001 1110001 100001 100110

Color Harmonies of #498242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498242

Black with #498242

Text Example


Text Example

White with #498242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498242; }

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

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

background-color css

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

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

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

border-color css

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

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

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