Html Css Color HEX #49560E Verdun Green

📋 copy color: '#49560E'

red 73 ◦ green 86 ◦ blue 14

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

Shades of Verdun Green #49560E

Tints of Verdun Green #49560E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.09%

R = 42.2%
G = 49.71%
B = 8.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#49560E (or 0x49560E) is known color: Verdun Green. HEX triplet: 49, 56 and 0E. RGB value is (73,86,14). Sum of RGB (Red+Green+Blue) = 73+86+14=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #49560E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49560E is #B6A9F1. Grayscale: #4A4A4A. Windows color (decimal): -11971058 or 939593. OLE color: 939593.

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

Color convert

RGB 73 86 14 -
CMYK 0.15 0 0.84 0.66
HSL 70.83º 0.72% 0.2% -
HSV(B) 70.83º 0.84% 0.34% -
XYZ 6.15 8.1 1.66 -
YUV 73.91 94.19 127.35 -
System Red Green Blue C M Y K H S L
Decimal 73 86 14 0.15 0 0.84 0.66 70.83 0.72 0.2
Hex 49 56 E F 0 54 42 47 48 14
Octal 111 126 16 17 0 124 102 107 110 24
Binary 1001001 1010110 1110 1111 0 1010100 1000010 1000111 1001000 10100

Color Harmonies of #49560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49560E

Black with #49560E

Text Example


Text Example

White with #49560E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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