#406300

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

Shades of Verdun Green #406300

Tints of Verdun Green #406300

Color information

#406300 (or 0x406300) is unknown color: approx Verdun Green. HEX triplet: 40, 63 and 00. RGB value is (64,99,0). Sum of RGB (Red+Green+Blue) = 64+99+0=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #406300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406300 is #BF9CFF. Grayscale: #4D4D4D. Windows color (decimal): -12557568 or 25408. OLE color: 25408.

HSL color Cylindrical-coordinate representation of color #406300: hue angle of 81.21º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #406300 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB64990-
CMYK0.35010.61
HSL81.21º100%19.41%-
HSV(B)81.21º100%38.82%-
XYZ6.5810.011.59-
YUV77.2584.4118.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 99 (39.06% from 255) = 60.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.26%
G=60.74%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal649900.35010.6181.2110019.41
Hex40630230643D516413
Octal10014304301447512114423
Binary100000011000110100011011001001111011010001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406300; }

 p { color: rgb(64,99,0); }

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

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

 a { background-color: rgb(64,99,0); }

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

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

 span { border-color: rgb(64,99,0); }

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