Html Css Color HEX #406404 Verdun Green

📋 copy color: '#406404'

red 64 ◦ green 100 ◦ blue 4

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

Shades of Verdun Green #406404

Tints of Verdun Green #406404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 59.52%

 BLUE value IS 4 (1.95% from 255) = 2.38%

R = 38.1%
G = 59.52%
B = 2.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#406404 (or 0x406404) is known color: Verdun Green. HEX triplet: 40, 64 and 04. RGB value is (64,100,4). Sum of RGB (Red+Green+Blue) = 64+100+4=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 100 (39.45% from 255 or 59.52% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 100 - color contains mainly: green. Hex color #406404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406404 is #BF9BFB. Grayscale: #4E4E4E. Windows color (decimal): -12557308 or 287808. OLE color: 287808.

HSL color Cylindrical-coordinate representation of color #406404: hue angle of 82.5º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #406404 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 100 4 -
CMYK 0.36 0 0.96 0.61
HSL 82.5º 0.92% 0.2% -
HSV(B) 82.5º 0.96% 0.39% -
XYZ 6.69 10.21 1.73 -
YUV 78.29 86.07 117.81 -
System Red Green Blue C M Y K H S L
Decimal 64 100 4 0.36 0 0.96 0.61 82.5 0.92 0.2
Hex 40 64 4 24 0 60 3D 52 5C 14
Octal 100 144 4 44 0 140 75 122 134 24
Binary 1000000 1100100 100 100100 0 1100000 111101 1010010 1011100 10100

Color Harmonies of #406404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406404

Black with #406404

Text Example


Text Example

White with #406404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406404; }

 p { color: rgb(64,100,4); }

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

background-color css

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

 a { background-color: rgb(64,100,4); }

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

border-color css

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

 span { border-color: rgb(64,100,4); }

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