Html Css Color HEX #404815 Verdun Green

📋 copy color: '#404815'

red 64 ◦ green 72 ◦ blue 21

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

Shades of Verdun Green #404815

Tints of Verdun Green #404815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.38%

R = 40.76%
G = 45.86%
B = 13.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#404815 (or 0x404815) is known color: Verdun Green. HEX triplet: 40, 48 and 15. RGB value is (64,72,21). Sum of RGB (Red+Green+Blue) = 64+72+21=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #404815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404815 is #BFB7EA. Grayscale: #3F3F3F. Windows color (decimal): -12564459 or 1394752. OLE color: 1394752.

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

Color convert

RGB 64 72 21 -
CMYK 0.11 0 0.71 0.72
HSL 69.41º 0.55% 0.18% -
HSV(B) 69.41º 0.71% 0.28% -
XYZ 4.57 5.78 1.58 -
YUV 63.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 64 72 21 0.11 0 0.71 0.72 69.41 0.55 0.18
Hex 40 48 15 B 0 47 48 45 37 12
Octal 100 110 25 13 0 107 110 105 67 22
Binary 1000000 1001000 10101 1011 0 1000111 1001000 1000101 110111 10010

Color Harmonies of #404815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404815

Black with #404815

Text Example


Text Example

White with #404815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404815; }

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

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

background-color css

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

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

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

border-color css

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

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

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