#414911

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

Shades of Verdun Green #414911

Tints of Verdun Green #414911

Color information

#414911 (or 0x414911) is unknown color: approx Verdun Green. HEX triplet: 41, 49 and 11. RGB value is (65,73,17). Sum of RGB (Red+Green+Blue) = 65+73+17=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #414911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414911 is #BEB6EE. Grayscale: #404040. Windows color (decimal): -12498671 or 1132865. OLE color: 1132865.

HSL color Cylindrical-coordinate representation of color #414911: hue angle of 68.57º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #414911 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB657317-
CMYK0.1100.770.71
HSL68.57º62.22%17.65%-
HSV(B)68.57º76.71%28.63%-
XYZ4.665.931.43-
YUV64.22101.35128.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 17 (7.03% from 255) = 10.97%
R=41.94%
G=47.10%
B=10.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6573170.1100.770.7168.5762.2217.65
Hex414911B04D47453e12
Octal101111211301151071057622
Binary10000011001001100011011010011011000111100010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414911; }

 p { color: rgb(65,73,17); }

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

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

 a { background-color: rgb(65,73,17); }

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

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

 span { border-color: rgb(65,73,17); }

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