Html Css Color HEX #496711 Verdun Green

📋 copy color: '#496711'

red 73 ◦ green 103 ◦ blue 17

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

Shades of Verdun Green #496711

Tints of Verdun Green #496711

RGB

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

 GREEN value IS 103 (40.63% from 255) = 53.37%

 BLUE value IS 17 (7.03% from 255) = 8.81%

R = 37.82%
G = 53.37%
B = 8.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#496711 (or 0x496711) is known color: Verdun Green. HEX triplet: 49, 67 and 11. RGB value is (73,103,17). Sum of RGB (Red+Green+Blue) = 73+103+17=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #496711 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496711 is #B698EE. Grayscale: #545454. Windows color (decimal): -11966703 or 1140553. OLE color: 1140553.

HSL color Cylindrical-coordinate representation of color #496711: hue angle of 80.93º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #496711 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 103 17 -
CMYK 0.29 0 0.83 0.60
HSL 80.93º 0.72% 0.24% -
HSV(B) 80.93º 0.83% 0.4% -
XYZ 7.7 11.16 2.28 -
YUV 84.23 90.06 119.99 -
System Red Green Blue C M Y K H S L
Decimal 73 103 17 0.29 0 0.83 0.60 80.93 0.72 0.24
Hex 49 67 11 1D 0 53 3C 51 48 18
Octal 111 147 21 35 0 123 74 121 110 30
Binary 1001001 1100111 10001 11101 0 1010011 111100 1010001 1001000 11000

Color Harmonies of #496711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496711

Black with #496711

Text Example


Text Example

White with #496711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496711; }

 p { color: rgb(73,103,17); }

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

background-color css

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

 a { background-color: rgb(73,103,17); }

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

border-color css

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

 span { border-color: rgb(73,103,17); }

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