Html Css Color HEX #404916 Verdun Green

📋 copy color: '#404916'

red 64 ◦ green 73 ◦ blue 22

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

Shades of Verdun Green #404916

Tints of Verdun Green #404916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.91%

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

R = 40.25%
G = 45.91%
B = 13.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#404916 (or 0x404916) is known color: Verdun Green. HEX triplet: 40, 49 and 16. RGB value is (64,73,22). Sum of RGB (Red+Green+Blue) = 64+73+22=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #404916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404916 is #BFB6E9. Grayscale: #404040. Windows color (decimal): -12564202 or 1460544. OLE color: 1460544.

HSL color Cylindrical-coordinate representation of color #404916: hue angle of 70.59º 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 #404916 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 73 22 -
CMYK 0.12 0 0.70 0.71
HSL 70.59º 0.54% 0.19% -
HSV(B) 70.59º 0.7% 0.29% -
XYZ 4.64 5.91 1.66 -
YUV 64.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 64 73 22 0.12 0 0.70 0.71 70.59 0.54 0.19
Hex 40 49 16 C 0 46 47 47 36 13
Octal 100 111 26 14 0 106 107 107 66 23
Binary 1000000 1001001 10110 1100 0 1000110 1000111 1000111 110110 10011

Color Harmonies of #404916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404916

Black with #404916

Text Example


Text Example

White with #404916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404916; }

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

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

background-color css

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

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

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

border-color css

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

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

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