Html Css Color HEX #406D00 Verdun Green

📋 copy color: '#406D00'

red 64 ◦ green 109 ◦ blue 0

#406D00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #406D00

Tints of Verdun Green #406D00

RGB

 RED value IS 64 (25.39% from 255) = 36.99%

 GREEN value IS 109 (42.97% from 255) = 63.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.99%
G = 63.01%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#406D00 (or 0x406D00) is known color: Verdun Green. HEX triplet: 40, 6D and 00. RGB value is (64,109,0). Sum of RGB (Red+Green+Blue) = 64+109+0=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 109 (42.97% from 255 or 63.01% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 109 - color contains mainly: green. Hex color #406D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406D00 is #BF92FF. Grayscale: #535353. Windows color (decimal): -12555008 or 27968. OLE color: 27968.

HSL color Cylindrical-coordinate representation of color #406D00: hue angle of 84.77º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #406D00 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 109 0 -
CMYK 0.41 0 1 0.57
HSL 84.77º 1% 0.21% -
HSV(B) 84.77º 1% 0.43% -
XYZ 7.58 12.03 1.92 -
YUV 83.12 81.09 114.36 -
System Red Green Blue C M Y K H S L
Decimal 64 109 0 0.41 0 1 0.57 84.77 1 0.21
Hex 40 6D 0 29 0 64 39 55 64 15
Octal 100 155 0 51 0 144 71 125 144 25
Binary 1000000 1101101 0 101001 0 1100100 111001 1010101 1100100 10101

Color Harmonies of #406D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D00

Black with #406D00

Text Example


Text Example

White with #406D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406D00; }

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

 H1.HeaderClassName
 {
   color: #406D00;
 }
 .AnyTagClassName
 {
   color: #406D00;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #406D00;
 }
 .BgClassName
 {
   background-color: #406D00;
 }
</style>

border-color css

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

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

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