#414004

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

Shades of Verdun Green #414004

Tints of Verdun Green #414004

Color information

#414004 (or 0x414004) is unknown color: approx Verdun Green. HEX triplet: 41, 40 and 04. RGB value is (65,64,4). Sum of RGB (Red+Green+Blue) = 65+64+4=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #414004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414004 is #BEBFFB. Grayscale: #393939. Windows color (decimal): -12500988 or 278593. OLE color: 278593.

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

Color convert

RGB65644-
CMYK00.020.940.75
HSL59.02º88.41%13.53%-
HSV(B)59.02º93.85%25.49%-
XYZ4.044.80.83-
YUV57.4697.83133.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 4 (1.95% from 255) = 3.01%
R=48.87%
G=48.12%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6564400.020.940.7559.0288.4113.53
Hex41404025E4B3b58e
Octal1011004021361137313016
Binary100000110000001000101011110100101111101110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414004; }

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

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

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

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

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

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

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

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