#414006

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

Shades of Verdun Green #414006

Tints of Verdun Green #414006

Color information

#414006 (or 0x414006) is unknown color: approx Verdun Green. HEX triplet: 41, 40 and 06. RGB value is (65,64,6). Sum of RGB (Red+Green+Blue) = 65+64+6=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #414006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414006 is #BEBFF9. Grayscale: #393939. Windows color (decimal): -12500986 or 409665. OLE color: 409665.

HSL color Cylindrical-coordinate representation of color #414006: hue angle of 58.98º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #414006 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB65646-
CMYK00.020.910.75
HSL58.98º83.1%13.92%-
HSV(B)58.98º90.77%25.49%-
XYZ4.054.80.89-
YUV57.6998.83133.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 64 (25.39% from 255) = 47.41%
BLUE value IS 6 (2.73% from 255) = 4.44%
R=48.15%
G=47.41%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6564600.020.910.7558.9883.113.92
Hex41406025B4B3b53e
Octal1011006021331137312316
Binary100000110000001100101011011100101111101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414006; }

 p { color: rgb(65,64,6); }

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

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

 a { background-color: rgb(65,64,6); }

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

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

 span { border-color: rgb(65,64,6); }

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