Html Css Color HEX #404516 Verdun Green

📋 copy color: '#404516'

red 64 ◦ green 69 ◦ blue 22

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

Shades of Verdun Green #404516

Tints of Verdun Green #404516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.52%

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

R = 41.29%
G = 44.52%
B = 14.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#404516 (or 0x404516) is known color: Verdun Green. HEX triplet: 40, 45 and 16. RGB value is (64,69,22). Sum of RGB (Red+Green+Blue) = 64+69+22=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 69 - color contains mainly: green. Hex color #404516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404516 is #BFBAE9. Grayscale: #3E3E3E. Windows color (decimal): -12565226 or 1459520. OLE color: 1459520.

HSL color Cylindrical-coordinate representation of color #404516: hue angle of 66.38º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404516 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 69 22 -
CMYK 0.07 0 0.68 0.73
HSL 66.38º 0.52% 0.18% -
HSV(B) 66.38º 0.68% 0.27% -
XYZ 4.39 5.4 1.57 -
YUV 62.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 64 69 22 0.07 0 0.68 0.73 66.38 0.52 0.18
Hex 40 45 16 7 0 44 49 42 34 12
Octal 100 105 26 7 0 104 111 102 64 22
Binary 1000000 1000101 10110 111 0 1000100 1001001 1000010 110100 10010

Color Harmonies of #404516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404516

Black with #404516

Text Example


Text Example

White with #404516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404516; }

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

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

background-color css

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

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

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

border-color css

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

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

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