Html Css Color HEX #406B0A Verdun Green

📋 copy color: '#406B0A'

red 64 ◦ green 107 ◦ blue 10

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

Shades of Verdun Green #406B0A

Tints of Verdun Green #406B0A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 59.12%

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

R = 35.36%
G = 59.12%
B = 5.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.58

RGB Variations

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

Color information

#406B0A (or 0x406B0A) is known color: Verdun Green. HEX triplet: 40, 6B and 0A. RGB value is (64,107,10). Sum of RGB (Red+Green+Blue) = 64+107+10=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 107 (42.19% from 255 or 59.12% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 107 - color contains mainly: green. Hex color #406B0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406B0A is #BF94F5. Grayscale: #535353. Windows color (decimal): -12555510 or 682816. OLE color: 682816.

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

Color convert

RGB 64 107 10 -
CMYK 0.40 0 0.91 0.58
HSL 86.6º 0.83% 0.23% -
HSV(B) 86.6º 0.91% 0.42% -
XYZ 7.43 11.63 2.14 -
YUV 83.09 86.75 114.39 -
System Red Green Blue C M Y K H S L
Decimal 64 107 10 0.40 0 0.91 0.58 86.6 0.83 0.23
Hex 40 6B A 28 0 5B 3A 57 53 17
Octal 100 153 12 50 0 133 72 127 123 27
Binary 1000000 1101011 1010 101000 0 1011011 111010 1010111 1010011 10111

Color Harmonies of #406B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B0A

Black with #406B0A

Text Example


Text Example

White with #406B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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