Html Css Color HEX #406217 Verdun Green

📋 copy color: '#406217'

red 64 ◦ green 98 ◦ blue 23

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

Shades of Verdun Green #406217

Tints of Verdun Green #406217

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.97%

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

R = 34.59%
G = 52.97%
B = 12.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#406217 (or 0x406217) is known color: Verdun Green. HEX triplet: 40, 62 and 17. RGB value is (64,98,23). Sum of RGB (Red+Green+Blue) = 64+98+23=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #406217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406217 is #BF9DE8. Grayscale: #4F4F4F. Windows color (decimal): -12557801 or 1532480. OLE color: 1532480.

HSL color Cylindrical-coordinate representation of color #406217: hue angle of 87.2º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #406217 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 98 23 -
CMYK 0.35 0 0.77 0.62
HSL 87.2º 0.62% 0.24% -
HSV(B) 87.2º 0.77% 0.38% -
XYZ 6.64 9.89 2.37 -
YUV 79.28 96.24 117.1 -
System Red Green Blue C M Y K H S L
Decimal 64 98 23 0.35 0 0.77 0.62 87.2 0.62 0.24
Hex 40 62 17 23 0 4D 3E 57 3E 18
Octal 100 142 27 43 0 115 76 127 76 30
Binary 1000000 1100010 10111 100011 0 1001101 111110 1010111 111110 11000

Color Harmonies of #406217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406217

Black with #406217

Text Example


Text Example

White with #406217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406217; }

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

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

background-color css

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

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

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

border-color css

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

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

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