Html Css Color HEX #404D11 Verdun Green

📋 copy color: '#404D11'

red 64 ◦ green 77 ◦ blue 17

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

Shades of Verdun Green #404D11

Tints of Verdun Green #404D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.76%

R = 40.51%
G = 48.73%
B = 10.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#404D11 (or 0x404D11) is known color: Verdun Green. HEX triplet: 40, 4D and 11. RGB value is (64,77,17). Sum of RGB (Red+Green+Blue) = 64+77+17=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #404D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404D11 is #BFB2EE. Grayscale: #424242. Windows color (decimal): -12563183 or 1133888. OLE color: 1133888.

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

Color convert

RGB 64 77 17 -
CMYK 0.17 0 0.78 0.70
HSL 73º 0.64% 0.18% -
HSV(B) 73º 0.78% 0.3% -
XYZ 4.87 6.44 1.52 -
YUV 66.27 100.19 126.38 -
System Red Green Blue C M Y K H S L
Decimal 64 77 17 0.17 0 0.78 0.70 73 0.64 0.18
Hex 40 4D 11 11 0 4E 46 49 40 12
Octal 100 115 21 21 0 116 106 111 100 22
Binary 1000000 1001101 10001 10001 0 1001110 1000110 1001001 1000000 10010

Color Harmonies of #404D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D11

Black with #404D11

Text Example


Text Example

White with #404D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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