Html Css Color HEX #406314 Verdun Green

📋 copy color: '#406314'

red 64 ◦ green 99 ◦ blue 20

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

Shades of Verdun Green #406314

Tints of Verdun Green #406314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.93%

R = 34.97%
G = 54.1%
B = 10.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#406314 (or 0x406314) is known color: Verdun Green. HEX triplet: 40, 63 and 14. RGB value is (64,99,20). Sum of RGB (Red+Green+Blue) = 64+99+20=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #406314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406314 is #BF9CEB. Grayscale: #4F4F4F. Windows color (decimal): -12557548 or 1336128. OLE color: 1336128.

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

Color convert

RGB 64 99 20 -
CMYK 0.35 0 0.80 0.61
HSL 86.58º 0.66% 0.23% -
HSV(B) 86.58º 0.8% 0.39% -
XYZ 6.7 10.06 2.25 -
YUV 79.53 94.4 116.92 -
System Red Green Blue C M Y K H S L
Decimal 64 99 20 0.35 0 0.80 0.61 86.58 0.66 0.23
Hex 40 63 14 23 0 50 3D 57 42 17
Octal 100 143 24 43 0 120 75 127 102 27
Binary 1000000 1100011 10100 100011 0 1010000 111101 1010111 1000010 10111

Color Harmonies of #406314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406314

Black with #406314

Text Example


Text Example

White with #406314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406314; }

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

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

background-color css

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

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

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

border-color css

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

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

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