Html Css Color HEX #406800 Verdun Green

📋 copy color: '#406800'

red 64 ◦ green 104 ◦ blue 0

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

Shades of Verdun Green #406800

Tints of Verdun Green #406800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 61.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.1%
G = 61.9%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#406800 (or 0x406800) is known color: Verdun Green. HEX triplet: 40, 68 and 00. RGB value is (64,104,0). Sum of RGB (Red+Green+Blue) = 64+104+0=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 104 (41.02% from 255 or 61.90% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 104 - color contains mainly: green. Hex color #406800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406800 is #BF97FF. Grayscale: #505050. Windows color (decimal): -12556288 or 26688. OLE color: 26688.

HSL color Cylindrical-coordinate representation of color #406800: hue angle of 83.08º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #406800 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 104 0 -
CMYK 0.38 0 1 0.59
HSL 83.08º 1% 0.2% -
HSV(B) 83.08º 1% 0.41% -
XYZ 7.06 10.99 1.75 -
YUV 80.18 82.75 116.46 -
System Red Green Blue C M Y K H S L
Decimal 64 104 0 0.38 0 1 0.59 83.08 1 0.2
Hex 40 68 0 26 0 64 3B 53 64 14
Octal 100 150 0 46 0 144 73 123 144 24
Binary 1000000 1101000 0 100110 0 1100100 111011 1010011 1100100 10100

Color Harmonies of #406800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406800

Black with #406800

Text Example


Text Example

White with #406800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406800; }

 p { color: rgb(64,104,0); }

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

background-color css

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

 a { background-color: rgb(64,104,0); }

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

border-color css

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

 span { border-color: rgb(64,104,0); }

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