#414713

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

Shades of Verdun Green #414713

Tints of Verdun Green #414713

Color information

#414713 (or 0x414713) is unknown color: approx Verdun Green. HEX triplet: 41, 47 and 13. RGB value is (65,71,19). Sum of RGB (Red+Green+Blue) = 65+71+19=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #414713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414713 is #BEB8EC. Grayscale: #3F3F3F. Windows color (decimal): -12499181 or 1263425. OLE color: 1263425.

HSL color Cylindrical-coordinate representation of color #414713: hue angle of 66.92º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #414713 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB657119-
CMYK0.0800.730.72
HSL66.92º57.78%17.65%-
HSV(B)66.92º73.24%27.84%-
XYZ4.555.681.47-
YUV63.28103.01129.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 71 (28.12% from 255) = 45.81%
BLUE value IS 19 (7.81% from 255) = 12.26%
R=41.94%
G=45.81%
B=12.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571190.0800.730.7266.9257.7817.65
Hex414713804948433a12
Octal101107231001111101037222
Binary10000011000111100111000010010011001000100001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414713; }

 p { color: rgb(65,71,19); }

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

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

 a { background-color: rgb(65,71,19); }

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

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

 span { border-color: rgb(65,71,19); }

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