Html Css Color HEX #406D01 Verdun Green

📋 copy color: '#406D01'

red 64 ◦ green 109 ◦ blue 1

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

Shades of Verdun Green #406D01

Tints of Verdun Green #406D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 36.78%
G = 62.64%
B = 0.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#406D01 (or 0x406D01) is known color: Verdun Green. HEX triplet: 40, 6D and 01. RGB value is (64,109,1). Sum of RGB (Red+Green+Blue) = 64+109+1=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 109 (42.97% from 255 or 62.64% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 109 - color contains mainly: green. Hex color #406D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406D01 is #BF92FE. Grayscale: #535353. Windows color (decimal): -12555007 or 93504. OLE color: 93504.

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

Color convert

RGB 64 109 1 -
CMYK 0.41 0 0.99 0.57
HSL 85º 0.98% 0.22% -
HSV(B) 85º 0.99% 0.43% -
XYZ 7.59 12.03 1.95 -
YUV 83.23 81.59 114.28 -
System Red Green Blue C M Y K H S L
Decimal 64 109 1 0.41 0 0.99 0.57 85 0.98 0.22
Hex 40 6D 1 29 0 63 39 55 62 16
Octal 100 155 1 51 0 143 71 125 142 26
Binary 1000000 1101101 1 101001 0 1100011 111001 1010101 1100010 10110

Color Harmonies of #406D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D01

Black with #406D01

Text Example


Text Example

White with #406D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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