Html Css Color HEX #406D0A Verdun Green

📋 copy color: '#406D0A'

red 64 ◦ green 109 ◦ blue 10

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

Shades of Verdun Green #406D0A

Tints of Verdun Green #406D0A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 59.56%

 BLUE value IS 10 (4.3% from 255) = 5.46%

R = 34.97%
G = 59.56%
B = 5.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#406D0A (or 0x406D0A) is known color: Verdun Green. HEX triplet: 40, 6D and 0A. RGB value is (64,109,10). Sum of RGB (Red+Green+Blue) = 64+109+10=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 109 (42.97% from 255 or 59.56% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 109 - color contains mainly: green. Hex color #406D0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406D0A is #BF92F5. Grayscale: #545454. Windows color (decimal): -12554998 or 683328. OLE color: 683328.

HSL color Cylindrical-coordinate representation of color #406D0A: hue angle of 87.27º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #406D0A is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 109 10 -
CMYK 0.41 0 0.91 0.57
HSL 87.27º 0.83% 0.23% -
HSV(B) 87.27º 0.91% 0.43% -
XYZ 7.64 12.05 2.21 -
YUV 84.26 86.09 113.55 -
System Red Green Blue C M Y K H S L
Decimal 64 109 10 0.41 0 0.91 0.57 87.27 0.83 0.23
Hex 40 6D A 29 0 5B 39 57 53 17
Octal 100 155 12 51 0 133 71 127 123 27
Binary 1000000 1101101 1010 101001 0 1011011 111001 1010111 1010011 10111

Color Harmonies of #406D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D0A

Black with #406D0A

Text Example


Text Example

White with #406D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406D0A; }

 p { color: rgb(64,109,10); }

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

background-color css

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

 a { background-color: rgb(64,109,10); }

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

border-color css

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

 span { border-color: rgb(64,109,10); }

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