Html Css Color HEX #406210 Verdun Green

📋 copy color: '#406210'

red 64 ◦ green 98 ◦ blue 16

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

Shades of Verdun Green #406210

Tints of Verdun Green #406210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.06%

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

R = 35.96%
G = 55.06%
B = 8.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#406210 (or 0x406210) is known color: Verdun Green. HEX triplet: 40, 62 and 10. RGB value is (64,98,16). Sum of RGB (Red+Green+Blue) = 64+98+16=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #406210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406210 is #BF9DEF. Grayscale: #4E4E4E. Windows color (decimal): -12557808 or 1073728. OLE color: 1073728.

HSL color Cylindrical-coordinate representation of color #406210: hue angle of 84.88º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #406210 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 98 16 -
CMYK 0.35 0 0.84 0.62
HSL 84.88º 0.72% 0.22% -
HSV(B) 84.88º 0.84% 0.38% -
XYZ 6.58 9.86 2.05 -
YUV 78.49 92.74 117.67 -
System Red Green Blue C M Y K H S L
Decimal 64 98 16 0.35 0 0.84 0.62 84.88 0.72 0.22
Hex 40 62 10 23 0 54 3E 55 48 16
Octal 100 142 20 43 0 124 76 125 110 26
Binary 1000000 1100010 10000 100011 0 1010100 111110 1010101 1001000 10110

Color Harmonies of #406210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406210

Black with #406210

Text Example


Text Example

White with #406210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406210; }

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

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

background-color css

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

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

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

border-color css

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

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

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