#404F15

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

Shades of Verdun Green #404F15

Tints of Verdun Green #404F15

Color information

#404F15 (or 0x404F15) is unknown color: approx Verdun Green. HEX triplet: 40, 4F and 15. RGB value is (64,79,21). Sum of RGB (Red+Green+Blue) = 64+79+21=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #404F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404F15 is #BFB0EA. Grayscale: #444444. Windows color (decimal): -12562667 or 1396544. OLE color: 1396544.

HSL color Cylindrical-coordinate representation of color #404F15: hue angle of 75.52º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404F15 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB647921-
CMYK0.1900.730.69
HSL75.52º58%19.61%-
HSV(B)75.52º73.42%30.98%-
XYZ5.056.741.74-
YUV67.9101.53125.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 79 (31.25% from 255) = 48.17%
BLUE value IS 21 (8.59% from 255) = 12.80%
R=39.02%
G=48.17%
B=12.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6479210.1900.730.6975.525819.61
Hex404F1513049454c3a14
Octal100117252301111051147224
Binary100000010011111010110011010010011000101100110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404F15; }

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

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

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

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

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

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

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

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