#414711

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

Shades of Verdun Green #414711

Tints of Verdun Green #414711

Color information

#414711 (or 0x414711) is unknown color: approx Verdun Green. HEX triplet: 41, 47 and 11. RGB value is (65,71,17). Sum of RGB (Red+Green+Blue) = 65+71+17=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #414711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414711 is #BEB8EE. Grayscale: #3F3F3F. Windows color (decimal): -12499183 or 1132353. OLE color: 1132353.

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

Color convert

RGB657117-
CMYK0.0800.760.72
HSL66.67º61.36%17.25%-
HSV(B)66.67º76.06%27.84%-
XYZ4.535.671.39-
YUV63.05102.01129.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 71 (28.12% from 255) = 46.41%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=42.48%
G=46.41%
B=11.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571170.0800.760.7266.6761.3617.25
Hex414711804C48433d11
Octal101107211001141101037521
Binary10000011000111100011000010011001001000100001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414711; }

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

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

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

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

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

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

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

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