#41471A

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

Shades of Verdun Green #41471A

Tints of Verdun Green #41471A

Color information

#41471A (or 0x41471A) is unknown color: approx Verdun Green. HEX triplet: 41, 47 and 1A. RGB value is (65,71,26). Sum of RGB (Red+Green+Blue) = 65+71+26=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #41471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41471A is #BEB8E5. Grayscale: #404040. Windows color (decimal): -12499174 or 1722177. OLE color: 1722177.

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

Color convert

RGB657126-
CMYK0.0800.630.72
HSL68º46.39%19.02%-
HSV(B)68º63.38%27.84%-
XYZ4.625.71.83-
YUV64.08106.51128.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=40.12%
G=43.83%
B=16.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571260.0800.630.726846.3919.02
Hex41471A803F48442e13
Octal10110732100771101045623
Binary1000001100011111010100001111111001000100010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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