Html Css Color HEX #404D16 Verdun Green

📋 copy color: '#404D16'

red 64 ◦ green 77 ◦ blue 22

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

Shades of Verdun Green #404D16

Tints of Verdun Green #404D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.5%

R = 39.26%
G = 47.24%
B = 13.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#404D16 (or 0x404D16) is known color: Verdun Green. HEX triplet: 40, 4D and 16. RGB value is (64,77,22). Sum of RGB (Red+Green+Blue) = 64+77+22=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #404D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404D16 is #BFB2E9. Grayscale: #434343. Windows color (decimal): -12563178 or 1461568. OLE color: 1461568.

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

Color convert

RGB 64 77 22 -
CMYK 0.17 0 0.71 0.70
HSL 74.18º 0.56% 0.19% -
HSV(B) 74.18º 0.71% 0.3% -
XYZ 4.91 6.46 1.75 -
YUV 66.84 102.69 125.97 -
System Red Green Blue C M Y K H S L
Decimal 64 77 22 0.17 0 0.71 0.70 74.18 0.56 0.19
Hex 40 4D 16 11 0 47 46 4A 38 13
Octal 100 115 26 21 0 107 106 112 70 23
Binary 1000000 1001101 10110 10001 0 1000111 1000110 1001010 111000 10011

Color Harmonies of #404D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D16

Black with #404D16

Text Example


Text Example

White with #404D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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