#416012

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

Shades of Verdun Green #416012

Tints of Verdun Green #416012

Color information

#416012 (or 0x416012) is unknown color: approx Verdun Green. HEX triplet: 41, 60 and 12. RGB value is (65,96,18). Sum of RGB (Red+Green+Blue) = 65+96+18=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #416012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416012 is #BE9FED. Grayscale: #4E4E4E. Windows color (decimal): -12492782 or 1204289. OLE color: 1204289.

HSL color Cylindrical-coordinate representation of color #416012: hue angle of 83.85º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #416012 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB659618-
CMYK0.3200.810.62
HSL83.85º68.42%22.35%-
HSV(B)83.85º81.25%37.65%-
XYZ6.479.532.07-
YUV77.8494.23118.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 18 (7.42% from 255) = 10.06%
R=36.31%
G=53.63%
B=10.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596180.3200.810.6283.8568.4222.35
Hex416012200513E544416
Octal101140224001217612410426
Binary1000001110000010010100000010100011111101010100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416012; }

 p { color: rgb(65,96,18); }

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

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

 a { background-color: rgb(65,96,18); }

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

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

 span { border-color: rgb(65,96,18); }

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