Html Css Color HEX #404913 Verdun Green

📋 copy color: '#404913'

red 64 ◦ green 73 ◦ blue 19

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

Shades of Verdun Green #404913

Tints of Verdun Green #404913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 41.03%
G = 46.79%
B = 12.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#404913 (or 0x404913) is known color: Verdun Green. HEX triplet: 40, 49 and 13. RGB value is (64,73,19). Sum of RGB (Red+Green+Blue) = 64+73+19=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #404913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404913 is #BFB6EC. Grayscale: #404040. Windows color (decimal): -12564205 or 1263936. OLE color: 1263936.

HSL color Cylindrical-coordinate representation of color #404913: hue angle of 70º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #404913 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 73 19 -
CMYK 0.12 0 0.74 0.71
HSL 70º 0.59% 0.18% -
HSV(B) 70º 0.74% 0.29% -
XYZ 4.61 5.9 1.51 -
YUV 64.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 64 73 19 0.12 0 0.74 0.71 70 0.59 0.18
Hex 40 49 13 C 0 4A 47 46 3B 12
Octal 100 111 23 14 0 112 107 106 73 22
Binary 1000000 1001001 10011 1100 0 1001010 1000111 1000110 111011 10010

Color Harmonies of #404913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404913

Black with #404913

Text Example


Text Example

White with #404913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404913; }

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

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

background-color css

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

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

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

border-color css

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

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

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