Html Css Color HEX #404814 Verdun Green

📋 copy color: '#404814'

red 64 ◦ green 72 ◦ blue 20

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

Shades of Verdun Green #404814

Tints of Verdun Green #404814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.82%

R = 41.03%
G = 46.15%
B = 12.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#404814 (or 0x404814) is known color: Verdun Green. HEX triplet: 40, 48 and 14. RGB value is (64,72,20). Sum of RGB (Red+Green+Blue) = 64+72+20=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #404814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404814 is #BFB7EB. Grayscale: #3F3F3F. Windows color (decimal): -12564460 or 1329216. OLE color: 1329216.

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

Color convert

RGB 64 72 20 -
CMYK 0.11 0 0.72 0.72
HSL 69.23º 0.57% 0.18% -
HSV(B) 69.23º 0.72% 0.28% -
XYZ 4.56 5.78 1.54 -
YUV 63.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 64 72 20 0.11 0 0.72 0.72 69.23 0.57 0.18
Hex 40 48 14 B 0 48 48 45 39 12
Octal 100 110 24 13 0 110 110 105 71 22
Binary 1000000 1001000 10100 1011 0 1001000 1001000 1000101 111001 10010

Color Harmonies of #404814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404814

Black with #404814

Text Example


Text Example

White with #404814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404814; }

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

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

background-color css

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

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

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

border-color css

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

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

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