Html Css Color HEX #499040 Fern Green

📋 copy color: '#499040'

red 73 ◦ green 144 ◦ blue 64

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

Shades of Fern Green #499040

Tints of Fern Green #499040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.25%

 BLUE value IS 64 (25.39% from 255) = 22.78%

R = 25.98%
G = 51.25%
B = 22.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#499040 (or 0x499040) is known color: Fern Green. HEX triplet: 49, 90 and 40. RGB value is (73,144,64). Sum of RGB (Red+Green+Blue) = 73+144+64=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #499040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499040 is #B66FBF. Grayscale: #717171. Windows color (decimal): -11956160 or 4231241. OLE color: 4231241.

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

Color convert

RGB 73 144 64 -
CMYK 0.49 0 0.56 0.44
HSL 113.25º 0.38% 0.41% -
HSV(B) 113.25º 0.56% 0.56% -
XYZ 13.65 21.73 8.33 -
YUV 113.65 99.98 99 -
System Red Green Blue C M Y K H S L
Decimal 73 144 64 0.49 0 0.56 0.44 113.25 0.38 0.41
Hex 49 90 40 31 0 38 2C 71 26 29
Octal 111 220 100 61 0 70 54 161 46 51
Binary 1001001 10010000 1000000 110001 0 111000 101100 1110001 100110 101001

Color Harmonies of #499040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499040

Black with #499040

Text Example


Text Example

White with #499040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499040; }

 p { color: rgb(73,144,64); }

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

background-color css

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

 a { background-color: rgb(73,144,64); }

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

border-color css

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

 span { border-color: rgb(73,144,64); }

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