#496714

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

Shades of Verdun Green #496714

Tints of Verdun Green #496714

Color information

#496714 (or 0x496714) is unknown color: approx Verdun Green. HEX triplet: 49, 67 and 14. RGB value is (73,103,20). Sum of RGB (Red+Green+Blue) = 73+103+20=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 103 (40.62% from 255 or 52.55% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 103 - color contains mainly: green. Hex color #496714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496714 is #B698EB. Grayscale: #545454. Windows color (decimal): -11966700 or 1337161. OLE color: 1337161.

HSL color Cylindrical-coordinate representation of color #496714: hue angle of 81.69º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #496714 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB7310320-
CMYK0.2900.810.60
HSL81.69º67.48%24.12%-
HSV(B)81.69º80.58%40.39%-
XYZ7.7211.172.41-
YUV84.5791.56119.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 103 (40.62% from 255) = 52.55%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=37.24%
G=52.55%
B=10.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73103200.2900.810.6081.6967.4824.12
Hex4967141D0513C524318
Octal111147243501217412210330
Binary100100111001111010011101010100011111001010010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496714; }

 p { color: rgb(73,103,20); }

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

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

 a { background-color: rgb(73,103,20); }

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

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

 span { border-color: rgb(73,103,20); }

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