#41470D

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

Shades of Verdun Green #41470D

Tints of Verdun Green #41470D

Color information

#41470D (or 0x41470D) is unknown color: approx Verdun Green. HEX triplet: 41, 47 and 0D. RGB value is (65,71,13). Sum of RGB (Red+Green+Blue) = 65+71+13=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #41470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41470D is #BEB8F2. Grayscale: #3E3E3E. Windows color (decimal): -12499187 or 870209. OLE color: 870209.

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

Color convert

RGB657113-
CMYK0.0800.820.72
HSL66.21º69.05%16.47%-
HSV(B)66.21º81.69%27.84%-
XYZ4.515.661.24-
YUV62.59100.01129.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 71 (28.12% from 255) = 47.65%
BLUE value IS 13 (5.47% from 255) = 8.72%
R=43.62%
G=47.65%
B=8.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571130.0800.820.7266.2169.0516.47
Hex4147D805248424510
Octal1011071510012211010210520
Binary10000011000111110110000101001010010001000010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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