Html Css Color HEX #404818 Verdun Green

📋 copy color: '#404818'

red 64 ◦ green 72 ◦ blue 24

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

Shades of Verdun Green #404818

Tints of Verdun Green #404818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15%

R = 40%
G = 45%
B = 15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#404818 (or 0x404818) is known color: Verdun Green. HEX triplet: 40, 48 and 18. RGB value is (64,72,24). Sum of RGB (Red+Green+Blue) = 64+72+24=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #404818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404818 is #BFB7E7. Grayscale: #404040. Windows color (decimal): -12564456 or 1591360. OLE color: 1591360.

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

Color convert

RGB 64 72 24 -
CMYK 0.11 0 0.67 0.72
HSL 70º 0.5% 0.19% -
HSV(B) 70º 0.67% 0.28% -
XYZ 4.6 5.79 1.74 -
YUV 64.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 64 72 24 0.11 0 0.67 0.72 70 0.5 0.19
Hex 40 48 18 B 0 43 48 46 32 13
Octal 100 110 30 13 0 103 110 106 62 23
Binary 1000000 1001000 11000 1011 0 1000011 1001000 1000110 110010 10011

Color Harmonies of #404818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404818

Black with #404818

Text Example


Text Example

White with #404818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404818; }

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

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

background-color css

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

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

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

border-color css

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

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

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