Html Css Color HEX #406312 Verdun Green

📋 copy color: '#406312'

red 64 ◦ green 99 ◦ blue 18

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

Shades of Verdun Green #406312

Tints of Verdun Green #406312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 35.36%
G = 54.7%
B = 9.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#406312 (or 0x406312) is known color: Verdun Green. HEX triplet: 40, 63 and 12. RGB value is (64,99,18). Sum of RGB (Red+Green+Blue) = 64+99+18=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #406312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406312 is #BF9CED. Grayscale: #4F4F4F. Windows color (decimal): -12557550 or 1205056. OLE color: 1205056.

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

Color convert

RGB 64 99 18 -
CMYK 0.35 0 0.82 0.61
HSL 85.93º 0.69% 0.23% -
HSV(B) 85.93º 0.82% 0.39% -
XYZ 6.69 10.06 2.16 -
YUV 79.3 93.4 117.09 -
System Red Green Blue C M Y K H S L
Decimal 64 99 18 0.35 0 0.82 0.61 85.93 0.69 0.23
Hex 40 63 12 23 0 52 3D 56 45 17
Octal 100 143 22 43 0 122 75 126 105 27
Binary 1000000 1100011 10010 100011 0 1010010 111101 1010110 1000101 10111

Color Harmonies of #406312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406312

Black with #406312

Text Example


Text Example

White with #406312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406312; }

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

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

background-color css

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

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

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

border-color css

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

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

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