Html Css Color HEX #49561E Verdun Green

📋 copy color: '#49561E'

red 73 ◦ green 86 ◦ blue 30

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

Shades of Verdun Green #49561E

Tints of Verdun Green #49561E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.5%

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

R = 38.62%
G = 45.5%
B = 15.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#49561E (or 0x49561E) is known color: Verdun Green. HEX triplet: 49, 56 and 1E. RGB value is (73,86,30). Sum of RGB (Red+Green+Blue) = 73+86+30=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #49561E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49561E is #B6A9E1. Grayscale: #4B4B4B. Windows color (decimal): -11971042 or 1988169. OLE color: 1988169.

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

Color convert

RGB 73 86 30 -
CMYK 0.15 0 0.65 0.66
HSL 73.93º 0.48% 0.23% -
HSV(B) 73.93º 0.65% 0.34% -
XYZ 6.31 8.17 2.47 -
YUV 75.73 102.19 126.05 -
System Red Green Blue C M Y K H S L
Decimal 73 86 30 0.15 0 0.65 0.66 73.93 0.48 0.23
Hex 49 56 1E F 0 41 42 4A 30 17
Octal 111 126 36 17 0 101 102 112 60 27
Binary 1001001 1010110 11110 1111 0 1000001 1000010 1001010 110000 10111

Color Harmonies of #49561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49561E

Black with #49561E

Text Example


Text Example

White with #49561E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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