Html Css Color HEX #406017 Verdun Green

📋 copy color: '#406017'

red 64 ◦ green 96 ◦ blue 23

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

Shades of Verdun Green #406017

Tints of Verdun Green #406017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.57%

R = 34.97%
G = 52.46%
B = 12.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#406017 (or 0x406017) is known color: Verdun Green. HEX triplet: 40, 60 and 17. RGB value is (64,96,23). Sum of RGB (Red+Green+Blue) = 64+96+23=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #406017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406017 is #BF9FE8. Grayscale: #4E4E4E. Windows color (decimal): -12558313 or 1531968. OLE color: 1531968.

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

Color convert

RGB 64 96 23 -
CMYK 0.33 0 0.76 0.62
HSL 86.3º 0.61% 0.23% -
HSV(B) 86.3º 0.76% 0.38% -
XYZ 6.45 9.52 2.31 -
YUV 78.11 96.9 117.94 -
System Red Green Blue C M Y K H S L
Decimal 64 96 23 0.33 0 0.76 0.62 86.3 0.61 0.23
Hex 40 60 17 21 0 4C 3E 56 3D 17
Octal 100 140 27 41 0 114 76 126 75 27
Binary 1000000 1100000 10111 100001 0 1001100 111110 1010110 111101 10111

Color Harmonies of #406017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406017

Black with #406017

Text Example


Text Example

White with #406017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406017; }

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

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

background-color css

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

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

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

border-color css

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

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

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