Html Css Color HEX #406801 Verdun Green

📋 copy color: '#406801'

red 64 ◦ green 104 ◦ blue 1

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

Shades of Verdun Green #406801

Tints of Verdun Green #406801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 37.87%
G = 61.54%
B = 0.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#406801 (or 0x406801) is known color: Verdun Green. HEX triplet: 40, 68 and 01. RGB value is (64,104,1). Sum of RGB (Red+Green+Blue) = 64+104+1=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #406801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406801 is #BF97FE. Grayscale: #505050. Windows color (decimal): -12556287 or 92224. OLE color: 92224.

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

Color convert

RGB 64 104 1 -
CMYK 0.38 0 0.99 0.59
HSL 83.3º 0.98% 0.21% -
HSV(B) 83.3º 0.99% 0.41% -
XYZ 7.07 10.99 1.78 -
YUV 80.3 83.25 116.38 -
System Red Green Blue C M Y K H S L
Decimal 64 104 1 0.38 0 0.99 0.59 83.3 0.98 0.21
Hex 40 68 1 26 0 63 3B 53 62 15
Octal 100 150 1 46 0 143 73 123 142 25
Binary 1000000 1101000 1 100110 0 1100011 111011 1010011 1100010 10101

Color Harmonies of #406801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406801

Black with #406801

Text Example


Text Example

White with #406801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406801; }

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

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

background-color css

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

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

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

border-color css

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

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

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