Html Css Color HEX #406C01 Verdun Green

📋 copy color: '#406C01'

red 64 ◦ green 108 ◦ blue 1

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

Shades of Verdun Green #406C01

Tints of Verdun Green #406C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 62.43%

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

R = 36.99%
G = 62.43%
B = 0.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#406C01 (or 0x406C01) is known color: Verdun Green. HEX triplet: 40, 6C and 01. RGB value is (64,108,1). Sum of RGB (Red+Green+Blue) = 64+108+1=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 108 (42.58% from 255 or 62.43% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 108 - color contains mainly: green. Hex color #406C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406C01 is #BF93FE. Grayscale: #535353. Windows color (decimal): -12555263 or 93248. OLE color: 93248.

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

Color convert

RGB 64 108 1 -
CMYK 0.41 0 0.99 0.58
HSL 84.67º 0.98% 0.21% -
HSV(B) 84.67º 0.99% 0.42% -
XYZ 7.48 11.82 1.92 -
YUV 82.65 81.92 114.7 -
System Red Green Blue C M Y K H S L
Decimal 64 108 1 0.41 0 0.99 0.58 84.67 0.98 0.21
Hex 40 6C 1 29 0 63 3A 55 62 15
Octal 100 154 1 51 0 143 72 125 142 25
Binary 1000000 1101100 1 101001 0 1100011 111010 1010101 1100010 10101

Color Harmonies of #406C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C01

Black with #406C01

Text Example


Text Example

White with #406C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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