#406018

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

Shades of Verdun Green #406018

Tints of Verdun Green #406018

Color information

#406018 (or 0x406018) is unknown color: approx Verdun Green. HEX triplet: 40, 60 and 18. RGB value is (64,96,24). Sum of RGB (Red+Green+Blue) = 64+96+24=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #406018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406018 is #BF9FE7. Grayscale: #4E4E4E. Windows color (decimal): -12558312 or 1597504. OLE color: 1597504.

HSL color Cylindrical-coordinate representation of color #406018: hue angle of 86.67º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #406018 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB649624-
CMYK0.3300.750.62
HSL86.67º60%23.53%-
HSV(B)86.67º75%37.65%-
XYZ6.469.522.36-
YUV78.2297.4117.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 96 (37.89% from 255) = 52.17%
BLUE value IS 24 (9.77% from 255) = 13.04%
R=34.78%
G=52.17%
B=13.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496240.3300.750.6286.676023.53
Hex4060182104B3E573c18
Octal10014030410113761277430
Binary100000011000001100010000101001011111110101011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406018; }

 p { color: rgb(64,96,24); }

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

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

 a { background-color: rgb(64,96,24); }

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

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

 span { border-color: rgb(64,96,24); }

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