Html Css Color HEX #49600E Verdun Green

📋 copy color: '#49600E'

red 73 ◦ green 96 ◦ blue 14

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

Shades of Verdun Green #49600E

Tints of Verdun Green #49600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.46%

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

R = 39.89%
G = 52.46%
B = 7.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#49600E (or 0x49600E) is known color: Verdun Green. HEX triplet: 49, 60 and 0E. RGB value is (73,96,14). Sum of RGB (Red+Green+Blue) = 73+96+14=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #49600E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49600E is #B69FF1. Grayscale: #505050. Windows color (decimal): -11968498 or 942153. OLE color: 942153.

HSL color Cylindrical-coordinate representation of color #49600E: hue angle of 76.83º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49600E is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 96 14 -
CMYK 0.24 0 0.85 0.62
HSL 76.83º 0.75% 0.22% -
HSV(B) 76.83º 0.85% 0.38% -
XYZ 7.01 9.81 1.94 -
YUV 79.78 90.88 123.17 -
System Red Green Blue C M Y K H S L
Decimal 73 96 14 0.24 0 0.85 0.62 76.83 0.75 0.22
Hex 49 60 E 18 0 55 3E 4D 4B 16
Octal 111 140 16 30 0 125 76 115 113 26
Binary 1001001 1100000 1110 11000 0 1010101 111110 1001101 1001011 10110

Color Harmonies of #49600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49600E

Black with #49600E

Text Example


Text Example

White with #49600E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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