Html Css Color HEX #406410 Verdun Green

📋 copy color: '#406410'

red 64 ◦ green 100 ◦ blue 16

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

Shades of Verdun Green #406410

Tints of Verdun Green #406410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.89%

R = 35.56%
G = 55.56%
B = 8.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#406410 (or 0x406410) is known color: Verdun Green. HEX triplet: 40, 64 and 10. RGB value is (64,100,16). Sum of RGB (Red+Green+Blue) = 64+100+16=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 100 (39.45% from 255 or 55.56% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 100 - color contains mainly: green. Hex color #406410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406410 is #BF9BEF. Grayscale: #4F4F4F. Windows color (decimal): -12557296 or 1074240. OLE color: 1074240.

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

Color convert

RGB 64 100 16 -
CMYK 0.36 0 0.84 0.61
HSL 85.71º 0.72% 0.23% -
HSV(B) 85.71º 0.84% 0.39% -
XYZ 6.77 10.24 2.11 -
YUV 79.66 92.07 116.83 -
System Red Green Blue C M Y K H S L
Decimal 64 100 16 0.36 0 0.84 0.61 85.71 0.72 0.23
Hex 40 64 10 24 0 54 3D 56 48 17
Octal 100 144 20 44 0 124 75 126 110 27
Binary 1000000 1100100 10000 100100 0 1010100 111101 1010110 1001000 10111

Color Harmonies of #406410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406410

Black with #406410

Text Example


Text Example

White with #406410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406410; }

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

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

background-color css

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

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

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

border-color css

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

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

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