#41471D

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

Shades of Verdun Green #41471D

Tints of Verdun Green #41471D

Color information

#41471D (or 0x41471D) is unknown color: approx Verdun Green. HEX triplet: 41, 47 and 1D. RGB value is (65,71,29). Sum of RGB (Red+Green+Blue) = 65+71+29=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #41471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41471D is #BEB8E2. Grayscale: #404040. Windows color (decimal): -12499171 or 1918785. OLE color: 1918785.

HSL color Cylindrical-coordinate representation of color #41471D: hue angle of 68.57º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41471D is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB657129-
CMYK0.0800.590.72
HSL68.57º42%19.61%-
HSV(B)68.57º59.15%27.84%-
XYZ4.655.722.02-
YUV64.42108.01128.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 71 (28.12% from 255) = 43.03%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=39.39%
G=43.03%
B=17.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571290.0800.590.7268.574219.61
Hex41471D803B48452a14
Octal10110735100731101055224
Binary1000001100011111101100001110111001000100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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