Html Css Color HEX #49591F Verdun Green

📋 copy color: '#49591F'

red 73 ◦ green 89 ◦ blue 31

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

Shades of Verdun Green #49591F

Tints of Verdun Green #49591F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.11%

 BLUE value IS 31 (12.5% from 255) = 16.06%

R = 37.82%
G = 46.11%
B = 16.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#49591F (or 0x49591F) is known color: Verdun Green. HEX triplet: 49, 59 and 1F. RGB value is (73,89,31). Sum of RGB (Red+Green+Blue) = 73+89+31=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #49591F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49591F is #B6A6E0. Grayscale: #4D4D4D. Windows color (decimal): -11970273 or 2054473. OLE color: 2054473.

HSL color Cylindrical-coordinate representation of color #49591F: hue angle of 76.55º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49591F is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 31 -
CMYK 0.18 0 0.65 0.65
HSL 76.55º 0.48% 0.24% -
HSV(B) 76.55º 0.65% 0.35% -
XYZ 6.57 8.66 2.62 -
YUV 77.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 73 89 31 0.18 0 0.65 0.65 76.55 0.48 0.24
Hex 49 59 1F 12 0 41 41 4D 30 18
Octal 111 131 37 22 0 101 101 115 60 30
Binary 1001001 1011001 11111 10010 0 1000001 1000001 1001101 110000 11000

Color Harmonies of #49591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49591F

Black with #49591F

Text Example


Text Example

White with #49591F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49591F; }

 p { color: rgb(73,89,31); }

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

background-color css

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

 a { background-color: rgb(73,89,31); }

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

border-color css

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

 span { border-color: rgb(73,89,31); }

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