Html Css Color HEX #496400 Verdun Green

📋 copy color: '#496400'

red 73 ◦ green 100 ◦ blue 0

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

Shades of Verdun Green #496400

Tints of Verdun Green #496400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.2%
G = 57.8%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#496400 (or 0x496400) is known color: Verdun Green. HEX triplet: 49, 64 and 00. RGB value is (73,100,0). Sum of RGB (Red+Green+Blue) = 73+100+0=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #496400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496400 is #B69BFF. Grayscale: #505050. Windows color (decimal): -11967488 or 25673. OLE color: 25673.

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

Color convert

RGB 73 100 0 -
CMYK 0.27 0 1 0.61
HSL 76.2º 1% 0.2% -
HSV(B) 76.2º 1% 0.39% -
XYZ 7.3 10.53 1.65 -
YUV 80.53 82.55 122.63 -
System Red Green Blue C M Y K H S L
Decimal 73 100 0 0.27 0 1 0.61 76.2 1 0.2
Hex 49 64 0 1B 0 64 3D 4C 64 14
Octal 111 144 0 33 0 144 75 114 144 24
Binary 1001001 1100100 0 11011 0 1100100 111101 1001100 1100100 10100

Color Harmonies of #496400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496400

Black with #496400

Text Example


Text Example

White with #496400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496400; }

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

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

background-color css

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

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

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

border-color css

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

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

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