#404515

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

Shades of Verdun Green #404515

Tints of Verdun Green #404515

Color information

#404515 (or 0x404515) is unknown color: approx Verdun Green. HEX triplet: 40, 45 and 15. RGB value is (64,69,21). Sum of RGB (Red+Green+Blue) = 64+69+21=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 69 - color contains mainly: green. Hex color #404515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404515 is #BFBAEA. Grayscale: #3E3E3E. Windows color (decimal): -12565227 or 1393984. OLE color: 1393984.

HSL color Cylindrical-coordinate representation of color #404515: hue angle of 66.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #404515 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB646921-
CMYK0.0700.700.73
HSL66.25º53.33%17.65%-
HSV(B)66.25º69.57%27.06%-
XYZ4.385.41.52-
YUV62.03104.84129.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 69 (27.34% from 255) = 44.81%
BLUE value IS 21 (8.59% from 255) = 13.64%
R=41.56%
G=44.81%
B=13.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6469210.0700.700.7366.2553.3317.65
Hex404515704649423512
Octal10010525701061111026522
Binary1000000100010110101111010001101001001100001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404515; }

 p { color: rgb(64,69,21); }

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

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

 a { background-color: rgb(64,69,21); }

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

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

 span { border-color: rgb(64,69,21); }

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