#404F17

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

Shades of Verdun Green #404F17

Tints of Verdun Green #404F17

Color information

#404F17 (or 0x404F17) is unknown color: approx Verdun Green. HEX triplet: 40, 4F and 17. RGB value is (64,79,23). Sum of RGB (Red+Green+Blue) = 64+79+23=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #404F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404F17 is #BFB0E8. Grayscale: #444444. Windows color (decimal): -12562665 or 1527616. OLE color: 1527616.

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

Color convert

RGB647923-
CMYK0.1900.710.69
HSL76.07º54.9%20%-
HSV(B)76.07º70.89%30.98%-
XYZ5.066.741.85-
YUV68.13102.53125.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 79 (31.25% from 255) = 47.59%
BLUE value IS 23 (9.38% from 255) = 13.86%
R=38.55%
G=47.59%
B=13.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6479230.1900.710.6976.0754.920
Hex404F1713047454c3714
Octal100117272301071051146724
Binary100000010011111011110011010001111000101100110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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