Html Css Color HEX #496610 Verdun Green

📋 copy color: '#496610'

red 73 ◦ green 102 ◦ blue 16

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

Shades of Verdun Green #496610

Tints of Verdun Green #496610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.4%

 BLUE value IS 16 (6.64% from 255) = 8.38%

R = 38.22%
G = 53.4%
B = 8.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#496610 (or 0x496610) is known color: Verdun Green. HEX triplet: 49, 66 and 10. RGB value is (73,102,16). Sum of RGB (Red+Green+Blue) = 73+102+16=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #496610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496610 is #B699EF. Grayscale: #535353. Windows color (decimal): -11966960 or 1074761. OLE color: 1074761.

HSL color Cylindrical-coordinate representation of color #496610: hue angle of 80.23º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #496610 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 102 16 -
CMYK 0.28 0 0.84 0.6
HSL 80.23º 0.73% 0.23% -
HSV(B) 80.23º 0.84% 0.4% -
XYZ 7.59 10.96 2.2 -
YUV 83.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 73 102 16 0.28 0 0.84 0.6 80.23 0.73 0.23
Hex 49 66 10 1C 0 54 3C 50 49 17
Octal 111 146 20 34 0 124 74 120 111 27
Binary 1001001 1100110 10000 11100 0 1010100 111100 1010000 1001001 10111

Color Harmonies of #496610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496610

Black with #496610

Text Example


Text Example

White with #496610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496610; }

 p { color: rgb(73,102,16); }

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

background-color css

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

 a { background-color: rgb(73,102,16); }

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

border-color css

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

 span { border-color: rgb(73,102,16); }

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