#414005

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

Shades of Verdun Green #414005

Tints of Verdun Green #414005

Color information

#414005 (or 0x414005) is unknown color: approx Verdun Green. HEX triplet: 41, 40 and 05. RGB value is (65,64,5). Sum of RGB (Red+Green+Blue) = 65+64+5=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #414005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414005 is #BEBFFA. Grayscale: #393939. Windows color (decimal): -12500987 or 344129. OLE color: 344129.

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

Color convert

RGB65645-
CMYK00.020.920.75
HSL59º85.71%13.73%-
HSV(B)59º92.31%25.49%-
XYZ4.044.80.86-
YUV57.5798.33133.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 64 (25.39% from 255) = 47.76%
BLUE value IS 5 (2.34% from 255) = 3.73%
R=48.51%
G=47.76%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6564500.020.920.755985.7113.73
Hex41405025C4B3b56e
Octal1011005021341137312616
Binary100000110000001010101011100100101111101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414005; }

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

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

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

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

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

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

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

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