Html Css Color HEX #496402 Verdun Green

📋 copy color: '#496402'

red 73 ◦ green 100 ◦ blue 2

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

Shades of Verdun Green #496402

Tints of Verdun Green #496402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 57.14%

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 41.71%
G = 57.14%
B = 1.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#496402 (or 0x496402) is known color: Verdun Green. HEX triplet: 49, 64 and 02. RGB value is (73,100,2). Sum of RGB (Red+Green+Blue) = 73+100+2=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 100 (39.45% from 255 or 57.14% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 100 - color contains mainly: green. Hex color #496402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496402 is #B69BFD. Grayscale: #515151. Windows color (decimal): -11967486 or 156745. OLE color: 156745.

HSL color Cylindrical-coordinate representation of color #496402: hue angle of 76.53º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #496402 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 100 2 -
CMYK 0.27 0 0.98 0.61
HSL 76.53º 0.96% 0.2% -
HSV(B) 76.53º 0.98% 0.39% -
XYZ 7.32 10.54 1.71 -
YUV 80.76 83.55 122.47 -
System Red Green Blue C M Y K H S L
Decimal 73 100 2 0.27 0 0.98 0.61 76.53 0.96 0.2
Hex 49 64 2 1B 0 62 3D 4D 60 14
Octal 111 144 2 33 0 142 75 115 140 24
Binary 1001001 1100100 10 11011 0 1100010 111101 1001101 1100000 10100

Color Harmonies of #496402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496402

Black with #496402

Text Example


Text Example

White with #496402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496402; }

 p { color: rgb(73,100,2); }

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

background-color css

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

 a { background-color: rgb(73,100,2); }

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

border-color css

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

 span { border-color: rgb(73,100,2); }

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