#496402

Color #496402 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #496402

Tints of Verdun Green #496402

Color information

#496402 (or 0x496402) is unknown color: approx 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

RGB731002-
CMYK0.2700.980.61
HSL76.53º96.08%20%-
HSV(B)76.53º98%39.22%-
XYZ7.3210.541.71-
YUV80.7583.55122.47-

RGB Variations

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

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 (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7310020.2700.980.6176.5396.0820
Hex496421B0623D4d6014
Octal11114423301427511514024
Binary100100111001001011011011000101111011001101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>