Html Css Color HEX #406001 Verdun Green

📋 copy color: '#406001'

red 64 ◦ green 96 ◦ blue 1

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

Shades of Verdun Green #406001

Tints of Verdun Green #406001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 59.63%

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

R = 39.75%
G = 59.63%
B = 0.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#406001 (or 0x406001) is known color: Verdun Green. HEX triplet: 40, 60 and 01. RGB value is (64,96,1). Sum of RGB (Red+Green+Blue) = 64+96+1=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #406001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406001 is #BF9FFE. Grayscale: #4B4B4B. Windows color (decimal): -12558335 or 90176. OLE color: 90176.

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

Color convert

RGB 64 96 1 -
CMYK 0.33 0 0.99 0.62
HSL 80.21º 0.98% 0.19% -
HSV(B) 80.21º 0.99% 0.38% -
XYZ 6.3 9.46 1.52 -
YUV 75.6 85.9 119.72 -
System Red Green Blue C M Y K H S L
Decimal 64 96 1 0.33 0 0.99 0.62 80.21 0.98 0.19
Hex 40 60 1 21 0 63 3E 50 62 13
Octal 100 140 1 41 0 143 76 120 142 23
Binary 1000000 1100000 1 100001 0 1100011 111110 1010000 1100010 10011

Color Harmonies of #406001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406001

Black with #406001

Text Example


Text Example

White with #406001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406001; }

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

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

background-color css

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

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

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

border-color css

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

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

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