Html Css Color HEX #49591E Verdun Green

📋 copy color: '#49591E'

red 73 ◦ green 89 ◦ blue 30

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

Shades of Verdun Green #49591E

Tints of Verdun Green #49591E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.63%

R = 38.02%
G = 46.35%
B = 15.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#49591E (or 0x49591E) is known color: Verdun Green. HEX triplet: 49, 59 and 1E. RGB value is (73,89,30). Sum of RGB (Red+Green+Blue) = 73+89+30=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #49591E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49591E is #B6A6E1. Grayscale: #4D4D4D. Windows color (decimal): -11970274 or 1988937. OLE color: 1988937.

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

Color convert

RGB 73 89 30 -
CMYK 0.18 0 0.66 0.65
HSL 76.27º 0.5% 0.23% -
HSV(B) 76.27º 0.66% 0.35% -
XYZ 6.55 8.65 2.55 -
YUV 77.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 73 89 30 0.18 0 0.66 0.65 76.27 0.5 0.23
Hex 49 59 1E 12 0 42 41 4C 32 17
Octal 111 131 36 22 0 102 101 114 62 27
Binary 1001001 1011001 11110 10010 0 1000010 1000001 1001100 110010 10111

Color Harmonies of #49591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49591E

Black with #49591E

Text Example


Text Example

White with #49591E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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