Html Css Color HEX #406D04 Verdun Green

📋 copy color: '#406D04'

red 64 ◦ green 109 ◦ blue 4

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

Shades of Verdun Green #406D04

Tints of Verdun Green #406D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.26%

R = 36.16%
G = 61.58%
B = 2.26%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#406D04 (or 0x406D04) is known color: Verdun Green. HEX triplet: 40, 6D and 04. RGB value is (64,109,4). Sum of RGB (Red+Green+Blue) = 64+109+4=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 109 (42.97% from 255 or 61.58% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 109 - color contains mainly: green. Hex color #406D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406D04 is #BF92FB. Grayscale: #535353. Windows color (decimal): -12555004 or 290112. OLE color: 290112.

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

Color convert

RGB 64 109 4 -
CMYK 0.41 0 0.96 0.57
HSL 85.71º 0.93% 0.22% -
HSV(B) 85.71º 0.96% 0.43% -
XYZ 7.6 12.04 2.04 -
YUV 83.58 83.09 114.04 -
System Red Green Blue C M Y K H S L
Decimal 64 109 4 0.41 0 0.96 0.57 85.71 0.93 0.22
Hex 40 6D 4 29 0 60 39 56 5D 16
Octal 100 155 4 51 0 140 71 126 135 26
Binary 1000000 1101101 100 101001 0 1100000 111001 1010110 1011101 10110

Color Harmonies of #406D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D04

Black with #406D04

Text Example


Text Example

White with #406D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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