Html Css Color HEX #406310 Verdun Green

📋 copy color: '#406310'

red 64 ◦ green 99 ◦ blue 16

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

Shades of Verdun Green #406310

Tints of Verdun Green #406310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 55.31%

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

R = 35.75%
G = 55.31%
B = 8.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#406310 (or 0x406310) is known color: Verdun Green. HEX triplet: 40, 63 and 10. RGB value is (64,99,16). Sum of RGB (Red+Green+Blue) = 64+99+16=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #406310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406310 is #BF9CEF. Grayscale: #4F4F4F. Windows color (decimal): -12557552 or 1073984. OLE color: 1073984.

HSL color Cylindrical-coordinate representation of color #406310: hue angle of 85.3º 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 #406310 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 99 16 -
CMYK 0.35 0 0.84 0.61
HSL 85.3º 0.72% 0.23% -
HSV(B) 85.3º 0.84% 0.39% -
XYZ 6.67 10.05 2.08 -
YUV 79.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 64 99 16 0.35 0 0.84 0.61 85.3 0.72 0.23
Hex 40 63 10 23 0 54 3D 55 48 17
Octal 100 143 20 43 0 124 75 125 110 27
Binary 1000000 1100011 10000 100011 0 1010100 111101 1010101 1001000 10111

Color Harmonies of #406310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406310

Black with #406310

Text Example


Text Example

White with #406310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406310; }

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

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

background-color css

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

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

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

border-color css

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

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

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