Html Css Color HEX #406900 Verdun Green

📋 copy color: '#406900'

red 64 ◦ green 105 ◦ blue 0

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

Shades of Verdun Green #406900

Tints of Verdun Green #406900

RGB

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

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

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

R = 37.87%
G = 62.13%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#406900 (or 0x406900) is known color: Verdun Green. HEX triplet: 40, 69 and 00. RGB value is (64,105,0). Sum of RGB (Red+Green+Blue) = 64+105+0=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 105 (41.41% from 255 or 62.13% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 105 - color contains mainly: green. Hex color #406900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406900 is #BF96FF. Grayscale: #515151. Windows color (decimal): -12556032 or 26944. OLE color: 26944.

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

Color convert

RGB 64 105 0 -
CMYK 0.39 0 1 0.59
HSL 83.43º 1% 0.21% -
HSV(B) 83.43º 1% 0.41% -
XYZ 7.17 11.19 1.78 -
YUV 80.77 82.42 116.04 -
System Red Green Blue C M Y K H S L
Decimal 64 105 0 0.39 0 1 0.59 83.43 1 0.21
Hex 40 69 0 27 0 64 3B 53 64 15
Octal 100 151 0 47 0 144 73 123 144 25
Binary 1000000 1101001 0 100111 0 1100100 111011 1010011 1100100 10101

Color Harmonies of #406900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406900

Black with #406900

Text Example


Text Example

White with #406900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406900; }

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

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

background-color css

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

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

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

border-color css

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

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

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