#405005

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

Shades of Verdun Green #405005

Tints of Verdun Green #405005

Color information

#405005 (or 0x405005) is unknown color: approx Verdun Green. HEX triplet: 40, 50 and 05. RGB value is (64,80,5). Sum of RGB (Red+Green+Blue) = 64+80+5=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #405005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405005 is #BFAFFA. Grayscale: #424242. Windows color (decimal): -12562427 or 348224. OLE color: 348224.

HSL color Cylindrical-coordinate representation of color #405005: hue angle of 72.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #405005 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB64805-
CMYK0.2000.940.69
HSL72.8º88.24%16.67%-
HSV(B)72.8º93.75%31.37%-
XYZ5.016.841.2-
YUV66.6793.2126.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.95%
GREEN value IS 80 (31.64% from 255) = 53.69%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=42.95%
G=53.69%
B=3.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal648050.2000.940.6972.888.2416.67
Hex405051405E45495811
Octal100120524013610511113021
Binary10000001010000101101000101111010001011001001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405005; }

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

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

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

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

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

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

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

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