#414314

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

Shades of Verdun Green #414314

Tints of Verdun Green #414314

Color information

#414314 (or 0x414314) is unknown color: approx Verdun Green. HEX triplet: 41, 43 and 14. RGB value is (65,67,20). Sum of RGB (Red+Green+Blue) = 65+67+20=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #414314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414314 is #BEBCEB. Grayscale: #3D3D3D. Windows color (decimal): -12500204 or 1327937. OLE color: 1327937.

HSL color Cylindrical-coordinate representation of color #414314: hue angle of 62.55º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #414314 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB656720-
CMYK0.0300.700.74
HSL62.55º54.02%17.06%-
HSV(B)62.55º70.15%26.27%-
XYZ4.315.191.44-
YUV61.04104.84130.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 67 (26.56% from 255) = 44.08%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=42.76%
G=44.08%
B=13.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6567200.0300.700.7462.5554.0217.06
Hex41431430464A3f3611
Octal1011032430106112776621
Binary10000011000011101001101000110100101011111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414314; }

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

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

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

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

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

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

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

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