Html Css Color HEX #406510 Verdun Green

📋 copy color: '#406510'

red 64 ◦ green 101 ◦ blue 16

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

Shades of Verdun Green #406510

Tints of Verdun Green #406510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 55.8%

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

R = 35.36%
G = 55.8%
B = 8.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#406510 (or 0x406510) is known color: Verdun Green. HEX triplet: 40, 65 and 10. RGB value is (64,101,16). Sum of RGB (Red+Green+Blue) = 64+101+16=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #406510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406510 is #BF9AEF. Grayscale: #505050. Windows color (decimal): -12557040 or 1074496. OLE color: 1074496.

HSL color Cylindrical-coordinate representation of color #406510: hue angle of 86.12º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #406510 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 101 16 -
CMYK 0.37 0 0.84 0.60
HSL 86.12º 0.73% 0.23% -
HSV(B) 86.12º 0.84% 0.4% -
XYZ 6.86 10.43 2.14 -
YUV 80.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 64 101 16 0.37 0 0.84 0.60 86.12 0.73 0.23
Hex 40 65 10 25 0 54 3C 56 49 17
Octal 100 145 20 45 0 124 74 126 111 27
Binary 1000000 1100101 10000 100101 0 1010100 111100 1010110 1001001 10111

Color Harmonies of #406510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406510

Black with #406510

Text Example


Text Example

White with #406510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406510; }

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

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

background-color css

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

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

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

border-color css

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

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

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