Html Css Color HEX #498D42 Fern Green

📋 copy color: '#498D42'

red 73 ◦ green 141 ◦ blue 66

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

Shades of Fern Green #498D42

Tints of Fern Green #498D42

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.36%

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

R = 26.07%
G = 50.36%
B = 23.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#498D42 (or 0x498D42) is known color: Fern Green. HEX triplet: 49, 8D and 42. RGB value is (73,141,66). Sum of RGB (Red+Green+Blue) = 73+141+66=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #498D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498D42 is #B672BD. Grayscale: #707070. Windows color (decimal): -11956926 or 4361545. OLE color: 4361545.

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

Color convert

RGB 73 141 66 -
CMYK 0.48 0 0.53 0.45
HSL 114.4º 0.36% 0.41% -
HSV(B) 114.4º 0.53% 0.55% -
XYZ 13.26 20.86 8.48 -
YUV 112.12 101.97 100.1 -
System Red Green Blue C M Y K H S L
Decimal 73 141 66 0.48 0 0.53 0.45 114.4 0.36 0.41
Hex 49 8D 42 30 0 35 2D 72 24 29
Octal 111 215 102 60 0 65 55 162 44 51
Binary 1001001 10001101 1000010 110000 0 110101 101101 1110010 100100 101001

Color Harmonies of #498D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498D42

Black with #498D42

Text Example


Text Example

White with #498D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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