#496F00

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

Shades of Verdun Green #496F00

Tints of Verdun Green #496F00

Color information

#496F00 (or 0x496F00) is unknown color: approx Verdun Green. HEX triplet: 49, 6F and 00. RGB value is (73,111,0). Sum of RGB (Red+Green+Blue) = 73+111+0=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #496F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496F00 is #B690FF. Grayscale: #575757. Windows color (decimal): -11964672 or 28489. OLE color: 28489.

HSL color Cylindrical-coordinate representation of color #496F00: hue angle of 80.54º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #496F00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB731110-
CMYK0.34010.56
HSL80.54º100%21.76%-
HSV(B)80.54º100%43.53%-
XYZ8.4312.792.02-
YUV86.9878.91118.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 111 (43.75% from 255) = 60.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.67%
G=60.33%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7311100.34010.5680.5410021.76
Hex496F02206438516416
Octal11115704201447012114426
Binary100100111011110100010011001001110001010001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496F00; }

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

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

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

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

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

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

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

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