Html Css Color HEX #406415 Verdun Green

📋 copy color: '#406415'

red 64 ◦ green 100 ◦ blue 21

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

Shades of Verdun Green #406415

Tints of Verdun Green #406415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 54.05%

 BLUE value IS 21 (8.59% from 255) = 11.35%

R = 34.59%
G = 54.05%
B = 11.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#406415 (or 0x406415) is known color: Verdun Green. HEX triplet: 40, 64 and 15. RGB value is (64,100,21). Sum of RGB (Red+Green+Blue) = 64+100+21=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 100 (39.45% from 255 or 54.05% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 100 - color contains mainly: green. Hex color #406415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406415 is #BF9BEA. Grayscale: #505050. Windows color (decimal): -12557291 or 1401920. OLE color: 1401920.

HSL color Cylindrical-coordinate representation of color #406415: hue angle of 87.34º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #406415 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 100 21 -
CMYK 0.36 0 0.79 0.61
HSL 87.34º 0.65% 0.24% -
HSV(B) 87.34º 0.79% 0.39% -
XYZ 6.81 10.26 2.33 -
YUV 80.23 94.57 116.42 -
System Red Green Blue C M Y K H S L
Decimal 64 100 21 0.36 0 0.79 0.61 87.34 0.65 0.24
Hex 40 64 15 24 0 4F 3D 57 41 18
Octal 100 144 25 44 0 117 75 127 101 30
Binary 1000000 1100100 10101 100100 0 1001111 111101 1010111 1000001 11000

Color Harmonies of #406415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406415

Black with #406415

Text Example


Text Example

White with #406415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406415; }

 p { color: rgb(64,100,21); }

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

background-color css

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

 a { background-color: rgb(64,100,21); }

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

border-color css

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

 span { border-color: rgb(64,100,21); }

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