Html Css Color HEX #499141 Fern Green

📋 copy color: '#499141'

red 73 ◦ green 145 ◦ blue 65

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

Shades of Fern Green #499141

Tints of Fern Green #499141

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.24%

 BLUE value IS 65 (25.78% from 255) = 22.97%

R = 25.8%
G = 51.24%
B = 22.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#499141 (or 0x499141) is known color: Fern Green. HEX triplet: 49, 91 and 41. RGB value is (73,145,65). Sum of RGB (Red+Green+Blue) = 73+145+65=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #499141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499141 is #B66EBE. Grayscale: #727272. Windows color (decimal): -11955903 or 4297033. OLE color: 4297033.

HSL color Cylindrical-coordinate representation of color #499141: hue angle of 114º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499141 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 65 -
CMYK 0.50 0 0.55 0.43
HSL 114º 0.38% 0.41% -
HSV(B) 114º 0.55% 0.57% -
XYZ 13.83 22.05 8.53 -
YUV 114.35 100.15 98.5 -
System Red Green Blue C M Y K H S L
Decimal 73 145 65 0.50 0 0.55 0.43 114 0.38 0.41
Hex 49 91 41 32 0 37 2B 72 26 29
Octal 111 221 101 62 0 67 53 162 46 51
Binary 1001001 10010001 1000001 110010 0 110111 101011 1110010 100110 101001

Color Harmonies of #499141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499141

Black with #499141

Text Example


Text Example

White with #499141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499141; }

 p { color: rgb(73,145,65); }

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

background-color css

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

 a { background-color: rgb(73,145,65); }

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

border-color css

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

 span { border-color: rgb(73,145,65); }

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