Html Css Color HEX #406600 Verdun Green

📋 copy color: '#406600'

red 64 ◦ green 102 ◦ blue 0

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

Shades of Verdun Green #406600

Tints of Verdun Green #406600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 61.45%

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

R = 38.55%
G = 61.45%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#406600 (or 0x406600) is known color: Verdun Green. HEX triplet: 40, 66 and 00. RGB value is (64,102,0). Sum of RGB (Red+Green+Blue) = 64+102+0=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 102 (40.23% from 255 or 61.45% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 102 - color contains mainly: green. Hex color #406600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406600 is #BF99FF. Grayscale: #4F4F4F. Windows color (decimal): -12556800 or 26176. OLE color: 26176.

HSL color Cylindrical-coordinate representation of color #406600: hue angle of 82.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #406600 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 0 -
CMYK 0.37 0 1 0.6
HSL 82.35º 1% 0.2% -
HSV(B) 82.35º 1% 0.4% -
XYZ 6.87 10.59 1.68 -
YUV 79.01 83.41 117.29 -
System Red Green Blue C M Y K H S L
Decimal 64 102 0 0.37 0 1 0.6 82.35 1 0.2
Hex 40 66 0 25 0 64 3C 52 64 14
Octal 100 146 0 45 0 144 74 122 144 24
Binary 1000000 1100110 0 100101 0 1100100 111100 1010010 1100100 10100

Color Harmonies of #406600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406600

Black with #406600

Text Example


Text Example

White with #406600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406600; }

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

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

background-color css

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

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

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

border-color css

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

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

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