Html Css Color HEX #404917 Verdun Green

📋 copy color: '#404917'

red 64 ◦ green 73 ◦ blue 23

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

Shades of Verdun Green #404917

Tints of Verdun Green #404917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.38%

R = 40%
G = 45.63%
B = 14.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#404917 (or 0x404917) is known color: Verdun Green. HEX triplet: 40, 49 and 17. RGB value is (64,73,23). Sum of RGB (Red+Green+Blue) = 64+73+23=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #404917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404917 is #BFB6E8. Grayscale: #404040. Windows color (decimal): -12564201 or 1526080. OLE color: 1526080.

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

Color convert

RGB 64 73 23 -
CMYK 0.12 0 0.68 0.71
HSL 70.8º 0.52% 0.19% -
HSV(B) 70.8º 0.68% 0.29% -
XYZ 4.65 5.92 1.71 -
YUV 64.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 64 73 23 0.12 0 0.68 0.71 70.8 0.52 0.19
Hex 40 49 17 C 0 44 47 47 34 13
Octal 100 111 27 14 0 104 107 107 64 23
Binary 1000000 1001001 10111 1100 0 1000100 1000111 1000111 110100 10011

Color Harmonies of #404917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404917

Black with #404917

Text Example


Text Example

White with #404917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404917; }

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

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

background-color css

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

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

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

border-color css

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

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

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