Html Css Color HEX #406014 Verdun Green

📋 copy color: '#406014'

red 64 ◦ green 96 ◦ blue 20

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

Shades of Verdun Green #406014

Tints of Verdun Green #406014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.33%

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

R = 35.56%
G = 53.33%
B = 11.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#406014 (or 0x406014) is known color: Verdun Green. HEX triplet: 40, 60 and 14. RGB value is (64,96,20). Sum of RGB (Red+Green+Blue) = 64+96+20=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #406014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406014 is #BF9FEB. Grayscale: #4E4E4E. Windows color (decimal): -12558316 or 1335360. OLE color: 1335360.

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

Color convert

RGB 64 96 20 -
CMYK 0.33 0 0.79 0.62
HSL 85.26º 0.66% 0.23% -
HSV(B) 85.26º 0.79% 0.38% -
XYZ 6.42 9.51 2.16 -
YUV 77.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 64 96 20 0.33 0 0.79 0.62 85.26 0.66 0.23
Hex 40 60 14 21 0 4F 3E 55 42 17
Octal 100 140 24 41 0 117 76 125 102 27
Binary 1000000 1100000 10100 100001 0 1001111 111110 1010101 1000010 10111

Color Harmonies of #406014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406014

Black with #406014

Text Example


Text Example

White with #406014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406014; }

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

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

background-color css

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

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

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

border-color css

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

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

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