Html Css Color HEX #406910 Verdun Green

📋 copy color: '#406910'

red 64 ◦ green 105 ◦ blue 16

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

Shades of Verdun Green #406910

Tints of Verdun Green #406910

RGB

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

 GREEN value IS 105 (41.41% from 255) = 56.76%

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 34.59%
G = 56.76%
B = 8.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#406910 (or 0x406910) is known color: Verdun Green. HEX triplet: 40, 69 and 10. RGB value is (64,105,16). Sum of RGB (Red+Green+Blue) = 64+105+16=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #406910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406910 is #BF96EF. Grayscale: #525252. Windows color (decimal): -12556016 or 1075520. OLE color: 1075520.

HSL color Cylindrical-coordinate representation of color #406910: hue angle of 87.64º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #406910 is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 105 16 -
CMYK 0.39 0 0.85 0.59
HSL 87.64º 0.74% 0.24% -
HSV(B) 87.64º 0.85% 0.41% -
XYZ 7.26 11.23 2.28 -
YUV 82.6 90.42 114.74 -
System Red Green Blue C M Y K H S L
Decimal 64 105 16 0.39 0 0.85 0.59 87.64 0.74 0.24
Hex 40 69 10 27 0 55 3B 58 4A 18
Octal 100 151 20 47 0 125 73 130 112 30
Binary 1000000 1101001 10000 100111 0 1010101 111011 1011000 1001010 11000

Color Harmonies of #406910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406910

Black with #406910

Text Example


Text Example

White with #406910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406910; }

 p { color: rgb(64,105,16); }

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

background-color css

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

 a { background-color: rgb(64,105,16); }

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

border-color css

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

 span { border-color: rgb(64,105,16); }

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