#496302

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

Shades of Verdun Green #496302

Tints of Verdun Green #496302

Color information

#496302 (or 0x496302) is unknown color: approx Verdun Green. HEX triplet: 49, 63 and 02. RGB value is (73,99,2). Sum of RGB (Red+Green+Blue) = 73+99+2=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 99 (39.06% from 255 or 56.90% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 99 - color contains mainly: green. Hex color #496302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496302 is #B69CFD. Grayscale: #505050. Windows color (decimal): -11967742 or 156489. OLE color: 156489.

HSL color Cylindrical-coordinate representation of color #496302: hue angle of 76.08º 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 #496302 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB73992-
CMYK0.2600.980.61
HSL76.08º96.04%19.8%-
HSV(B)76.08º97.98%38.82%-
XYZ7.2210.341.67-
YUV80.1783.89122.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 99 (39.06% from 255) = 56.90%
BLUE value IS 2 (1.17% from 255) = 1.15%
R=41.95%
G=56.90%
B=1.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal739920.2600.980.6176.0896.0419.8
Hex496321A0623D4c6014
Octal11114323201427511414024
Binary100100111000111011010011000101111011001100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496302; }

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

 H1.HeaderClassName
 {
   color: #496302;
 }
 .AnyTagClassName
 {
   color: #496302;
 }
</style>
background-color css

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

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

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

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

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

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