#414914

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

Shades of Verdun Green #414914

Tints of Verdun Green #414914

Color information

#414914 (or 0x414914) is unknown color: approx Verdun Green. HEX triplet: 41, 49 and 14. RGB value is (65,73,20). Sum of RGB (Red+Green+Blue) = 65+73+20=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #414914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414914 is #BEB6EB. Grayscale: #404040. Windows color (decimal): -12498668 or 1329473. OLE color: 1329473.

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

Color convert

RGB657320-
CMYK0.1100.730.71
HSL69.06º56.99%18.24%-
HSV(B)69.06º72.6%28.63%-
XYZ4.695.941.56-
YUV64.57102.85128.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 73 (28.91% from 255) = 46.20%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=41.14%
G=46.20%
B=12.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6573200.1100.730.7169.0656.9918.24
Hex414914B04947453912
Octal101111241301111071057122
Binary10000011001001101001011010010011000111100010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414914; }

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

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

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

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

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

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

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

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