Html Css Color HEX #404D06 Verdun Green

📋 copy color: '#404D06'

red 64 ◦ green 77 ◦ blue 6

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

Shades of Verdun Green #404D06

Tints of Verdun Green #404D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 52.38%

 BLUE value IS 6 (2.73% from 255) = 4.08%

R = 43.54%
G = 52.38%
B = 4.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#404D06 (or 0x404D06) is known color: Verdun Green. HEX triplet: 40, 4D and 06. RGB value is (64,77,6). Sum of RGB (Red+Green+Blue) = 64+77+6=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #404D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404D06 is #BFB2F9. Grayscale: #414141. Windows color (decimal): -12563194 or 412992. OLE color: 412992.

HSL color Cylindrical-coordinate representation of color #404D06: hue angle of 70.99º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #404D06 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 77 6 -
CMYK 0.17 0 0.92 0.70
HSL 70.99º 0.86% 0.16% -
HSV(B) 70.99º 0.92% 0.3% -
XYZ 4.8 6.41 1.16 -
YUV 65.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 64 77 6 0.17 0 0.92 0.70 70.99 0.86 0.16
Hex 40 4D 6 11 0 5C 46 47 56 10
Octal 100 115 6 21 0 134 106 107 126 20
Binary 1000000 1001101 110 10001 0 1011100 1000110 1000111 1010110 10000

Color Harmonies of #404D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D06

Black with #404D06

Text Example


Text Example

White with #404D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404D06; }

 p { color: rgb(64,77,6); }

 H1.HeaderClassName
 {
   color: #404D06;
 }
 .AnyTagClassName
 {
   color: #404D06;
 }
</style>

background-color css

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

 a { background-color: rgb(64,77,6); }

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

border-color css

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

 span { border-color: rgb(64,77,6); }

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