#414413

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

Shades of Verdun Green #414413

Tints of Verdun Green #414413

Color information

#414413 (or 0x414413) is unknown color: approx Verdun Green. HEX triplet: 41, 44 and 13. RGB value is (65,68,19). Sum of RGB (Red+Green+Blue) = 65+68+19=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #414413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414413 is #BEBBEC. Grayscale: #3D3D3D. Windows color (decimal): -12499949 or 1262657. OLE color: 1262657.

HSL color Cylindrical-coordinate representation of color #414413: hue angle of 63.67º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #414413 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB656819-
CMYK0.0400.720.73
HSL63.67º56.32%17.06%-
HSV(B)63.67º72.06%26.67%-
XYZ4.365.311.41-
YUV61.52104.01130.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 68 (26.95% from 255) = 44.74%
BLUE value IS 19 (7.81% from 255) = 12.5%
R=42.76%
G=44.74%
B=12.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6568190.0400.720.7363.6756.3217.06
Hex414413404849403811
Octal10110423401101111007021
Binary1000001100010010011100010010001001001100000011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414413; }

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

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

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

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

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

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

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

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