Html Css Color HEX #404816 Verdun Green

📋 copy color: '#404816'

red 64 ◦ green 72 ◦ blue 22

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

Shades of Verdun Green #404816

Tints of Verdun Green #404816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

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

R = 40.51%
G = 45.57%
B = 13.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#404816 (or 0x404816) is known color: Verdun Green. HEX triplet: 40, 48 and 16. RGB value is (64,72,22). Sum of RGB (Red+Green+Blue) = 64+72+22=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #404816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404816 is #BFB7E9. Grayscale: #404040. Windows color (decimal): -12564458 or 1460288. OLE color: 1460288.

HSL color Cylindrical-coordinate representation of color #404816: hue angle of 69.6º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404816 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 72 22 -
CMYK 0.11 0 0.69 0.72
HSL 69.6º 0.53% 0.18% -
HSV(B) 69.6º 0.69% 0.28% -
XYZ 4.58 5.78 1.63 -
YUV 63.91 104.35 128.07 -
System Red Green Blue C M Y K H S L
Decimal 64 72 22 0.11 0 0.69 0.72 69.6 0.53 0.18
Hex 40 48 16 B 0 45 48 46 35 12
Octal 100 110 26 13 0 105 110 106 65 22
Binary 1000000 1001000 10110 1011 0 1000101 1001000 1000110 110101 10010

Color Harmonies of #404816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404816

Black with #404816

Text Example


Text Example

White with #404816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404816; }

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

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

background-color css

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

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

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

border-color css

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

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

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