Html Css Color HEX #404412 Verdun Green

📋 copy color: '#404412'

red 64 ◦ green 68 ◦ blue 18

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

Shades of Verdun Green #404412

Tints of Verdun Green #404412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.33%

 BLUE value IS 18 (7.42% from 255) = 12%

R = 42.67%
G = 45.33%
B = 12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#404412 (or 0x404412) is known color: Verdun Green. HEX triplet: 40, 44 and 12. RGB value is (64,68,18). Sum of RGB (Red+Green+Blue) = 64+68+18=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #404412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404412 is #BFBBED. Grayscale: #3D3D3D. Windows color (decimal): -12565486 or 1197120. OLE color: 1197120.

HSL color Cylindrical-coordinate representation of color #404412: hue angle of 64.8º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #404412 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 68 18 -
CMYK 0.06 0 0.74 0.73
HSL 64.8º 0.58% 0.17% -
HSV(B) 64.8º 0.74% 0.27% -
XYZ 4.29 5.27 1.36 -
YUV 61.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 64 68 18 0.06 0 0.74 0.73 64.8 0.58 0.17
Hex 40 44 12 6 0 4A 49 41 3A 11
Octal 100 104 22 6 0 112 111 101 72 21
Binary 1000000 1000100 10010 110 0 1001010 1001001 1000001 111010 10001

Color Harmonies of #404412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404412

Black with #404412

Text Example


Text Example

White with #404412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404412; }

 p { color: rgb(64,68,18); }

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

background-color css

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

 a { background-color: rgb(64,68,18); }

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

border-color css

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

 span { border-color: rgb(64,68,18); }

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