Html Css Color HEX #498243 Fern Green

📋 copy color: '#498243'

red 73 ◦ green 130 ◦ blue 67

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

Shades of Fern Green #498243

Tints of Fern Green #498243

RGB

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

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

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

R = 27.04%
G = 48.15%
B = 24.81%

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

#498243 (or 0x498243) is known color: Fern Green. HEX triplet: 49, 82 and 43. RGB value is (73,130,67). Sum of RGB (Red+Green+Blue) = 73+130+67=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #498243 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498243 is #B67DBC. Grayscale: #696969. Windows color (decimal): -11959741 or 4424265. OLE color: 4424265.

HSL color Cylindrical-coordinate representation of color #498243: hue angle of 114.29º degrees, saturation: 0.32, 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 #498243 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 130 67 -
CMYK 0.44 0 0.48 0.49
HSL 114.29º 0.32% 0.39% -
HSV(B) 114.29º 0.48% 0.51% -
XYZ 11.74 17.79 8.12 -
YUV 105.78 106.12 104.62 -
System Red Green Blue C M Y K H S L
Decimal 73 130 67 0.44 0 0.48 0.49 114.29 0.32 0.39
Hex 49 82 43 2C 0 30 31 72 20 27
Octal 111 202 103 54 0 60 61 162 40 47
Binary 1001001 10000010 1000011 101100 0 110000 110001 1110010 100000 100111

Color Harmonies of #498243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498243

Black with #498243

Text Example


Text Example

White with #498243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498243; }

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

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

background-color css

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

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

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

border-color css

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

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

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