Html Css Color HEX #406402 Verdun Green

📋 copy color: '#406402'

red 64 ◦ green 100 ◦ blue 2

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

Shades of Verdun Green #406402

Tints of Verdun Green #406402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 60.24%

 BLUE value IS 2 (1.17% from 255) = 1.2%

R = 38.55%
G = 60.24%
B = 1.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#406402 (or 0x406402) is known color: Verdun Green. HEX triplet: 40, 64 and 02. RGB value is (64,100,2). Sum of RGB (Red+Green+Blue) = 64+100+2=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 100 (39.45% from 255 or 60.24% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 100 - color contains mainly: green. Hex color #406402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406402 is #BF9BFD. Grayscale: #4E4E4E. Windows color (decimal): -12557310 or 156736. OLE color: 156736.

HSL color Cylindrical-coordinate representation of color #406402: hue angle of 82.04º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #406402 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 100 2 -
CMYK 0.36 0 0.98 0.61
HSL 82.04º 0.96% 0.2% -
HSV(B) 82.04º 0.98% 0.39% -
XYZ 6.68 10.21 1.68 -
YUV 78.06 85.07 117.97 -
System Red Green Blue C M Y K H S L
Decimal 64 100 2 0.36 0 0.98 0.61 82.04 0.96 0.2
Hex 40 64 2 24 0 62 3D 52 60 14
Octal 100 144 2 44 0 142 75 122 140 24
Binary 1000000 1100100 10 100100 0 1100010 111101 1010010 1100000 10100

Color Harmonies of #406402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406402

Black with #406402

Text Example


Text Example

White with #406402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406402; }

 p { color: rgb(64,100,2); }

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

background-color css

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

 a { background-color: rgb(64,100,2); }

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

border-color css

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

 span { border-color: rgb(64,100,2); }

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