Html Css Color HEX #404A16 Verdun Green

📋 copy color: '#404A16'

red 64 ◦ green 74 ◦ blue 22

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

Shades of Verdun Green #404A16

Tints of Verdun Green #404A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 46.25%

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

R = 40%
G = 46.25%
B = 13.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#404A16 (or 0x404A16) is known color: Verdun Green. HEX triplet: 40, 4A and 16. RGB value is (64,74,22). Sum of RGB (Red+Green+Blue) = 64+74+22=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 74 - color contains mainly: green. Hex color #404A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404A16 is #BFB5E9. Grayscale: #414141. Windows color (decimal): -12563946 or 1460800. OLE color: 1460800.

HSL color Cylindrical-coordinate representation of color #404A16: hue angle of 71.54º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #404A16 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 74 22 -
CMYK 0.14 0 0.70 0.71
HSL 71.54º 0.54% 0.19% -
HSV(B) 71.54º 0.7% 0.29% -
XYZ 4.71 6.05 1.68 -
YUV 65.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 64 74 22 0.14 0 0.70 0.71 71.54 0.54 0.19
Hex 40 4A 16 E 0 46 47 48 36 13
Octal 100 112 26 16 0 106 107 110 66 23
Binary 1000000 1001010 10110 1110 0 1000110 1000111 1001000 110110 10011

Color Harmonies of #404A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A16

Black with #404A16

Text Example


Text Example

White with #404A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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