Html Css Color HEX #404813 Verdun Green

📋 copy color: '#404813'

red 64 ◦ green 72 ◦ blue 19

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

Shades of Verdun Green #404813

Tints of Verdun Green #404813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.26%

R = 41.29%
G = 46.45%
B = 12.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#404813 (or 0x404813) is known color: Verdun Green. HEX triplet: 40, 48 and 13. RGB value is (64,72,19). Sum of RGB (Red+Green+Blue) = 64+72+19=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #404813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404813 is #BFB7EC. Grayscale: #3F3F3F. Windows color (decimal): -12564461 or 1263680. OLE color: 1263680.

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

Color convert

RGB 64 72 19 -
CMYK 0.11 0 0.74 0.72
HSL 69.06º 0.58% 0.18% -
HSV(B) 69.06º 0.74% 0.28% -
XYZ 4.55 5.77 1.49 -
YUV 63.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 64 72 19 0.11 0 0.74 0.72 69.06 0.58 0.18
Hex 40 48 13 B 0 4A 48 45 3A 12
Octal 100 110 23 13 0 112 110 105 72 22
Binary 1000000 1001000 10011 1011 0 1001010 1001000 1000101 111010 10010

Color Harmonies of #404813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404813

Black with #404813

Text Example


Text Example

White with #404813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404813; }

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

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

background-color css

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

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

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

border-color css

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

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

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