#406802

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

Shades of Verdun Green #406802

Tints of Verdun Green #406802

Color information

#406802 (or 0x406802) is unknown color: approx Verdun Green. HEX triplet: 40, 68 and 02. RGB value is (64,104,2). Sum of RGB (Red+Green+Blue) = 64+104+2=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 104 (41.02% from 255 or 61.18% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 104 - color contains mainly: green. Hex color #406802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406802 is #BF97FD. Grayscale: #505050. Windows color (decimal): -12556286 or 157760. OLE color: 157760.

HSL color Cylindrical-coordinate representation of color #406802: hue angle of 83.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #406802 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB641042-
CMYK0.3800.980.59
HSL83.53º96.23%20.78%-
HSV(B)83.53º98.08%40.78%-
XYZ7.08111.81-
YUV80.4183.75116.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.65%
GREEN value IS 104 (41.02% from 255) = 61.18%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=37.65%
G=61.18%
B=1.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6410420.3800.980.5983.5396.2320.78
Hex40682260623B546015
Octal10015024601427312414025
Binary1000000110100010100110011000101110111010100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406802; }

 p { color: rgb(64,104,2); }

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

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

 a { background-color: rgb(64,104,2); }

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

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

 span { border-color: rgb(64,104,2); }

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