Html Css Color HEX #406213 Verdun Green

📋 copy color: '#406213'

red 64 ◦ green 98 ◦ blue 19

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

Shades of Verdun Green #406213

Tints of Verdun Green #406213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.5%

R = 35.36%
G = 54.14%
B = 10.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#406213 (or 0x406213) is known color: Verdun Green. HEX triplet: 40, 62 and 13. RGB value is (64,98,19). Sum of RGB (Red+Green+Blue) = 64+98+19=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #406213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406213 is #BF9DEC. Grayscale: #4F4F4F. Windows color (decimal): -12557805 or 1270336. OLE color: 1270336.

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

Color convert

RGB 64 98 19 -
CMYK 0.35 0 0.81 0.62
HSL 85.82º 0.68% 0.23% -
HSV(B) 85.82º 0.81% 0.38% -
XYZ 6.6 9.87 2.17 -
YUV 78.83 94.24 117.42 -
System Red Green Blue C M Y K H S L
Decimal 64 98 19 0.35 0 0.81 0.62 85.82 0.68 0.23
Hex 40 62 13 23 0 51 3E 56 44 17
Octal 100 142 23 43 0 121 76 126 104 27
Binary 1000000 1100010 10011 100011 0 1010001 111110 1010110 1000100 10111

Color Harmonies of #406213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406213

Black with #406213

Text Example


Text Example

White with #406213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406213; }

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

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

background-color css

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

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

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

border-color css

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

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

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