#41461D

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

Shades of Verdun Green #41461D

Tints of Verdun Green #41461D

Color information

#41461D (or 0x41461D) is unknown color: approx Verdun Green. HEX triplet: 41, 46 and 1D. RGB value is (65,70,29). Sum of RGB (Red+Green+Blue) = 65+70+29=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 70 - color contains mainly: green. Hex color #41461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41461D is #BEB9E2. Grayscale: #3F3F3F. Windows color (decimal): -12499427 or 1918529. OLE color: 1918529.

HSL color Cylindrical-coordinate representation of color #41461D: hue angle of 67.32º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41461D is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB657029-
CMYK0.0700.590.73
HSL67.32º41.41%19.41%-
HSV(B)67.32º58.57%27.45%-
XYZ4.595.592-
YUV63.83108.34128.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 70 (27.73% from 255) = 42.68%
BLUE value IS 29 (11.72% from 255) = 17.68%
R=39.63%
G=42.68%
B=17.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6570290.0700.590.7367.3241.4119.41
Hex41461D703B49432913
Octal1011063570731111035123
Binary100000110001101110111101110111001001100001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41461D; }

 p { color: rgb(65,70,29); }

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

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

 a { background-color: rgb(65,70,29); }

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

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

 span { border-color: rgb(65,70,29); }

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