Html Css Color HEX #406300 Verdun Green

📋 copy color: '#406300'

red 64 ◦ green 99 ◦ blue 0

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

Shades of Verdun Green #406300

Tints of Verdun Green #406300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 60.74%

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

R = 39.26%
G = 60.74%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#406300 (or 0x406300) is known color: Verdun Green. HEX triplet: 40, 63 and 00. RGB value is (64,99,0). Sum of RGB (Red+Green+Blue) = 64+99+0=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #406300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406300 is #BF9CFF. Grayscale: #4D4D4D. Windows color (decimal): -12557568 or 25408. OLE color: 25408.

HSL color Cylindrical-coordinate representation of color #406300: hue angle of 81.21º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #406300 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 99 0 -
CMYK 0.35 0 1 0.61
HSL 81.21º 1% 0.19% -
HSV(B) 81.21º 1% 0.39% -
XYZ 6.58 10.01 1.59 -
YUV 77.25 84.4 118.55 -
System Red Green Blue C M Y K H S L
Decimal 64 99 0 0.35 0 1 0.61 81.21 1 0.19
Hex 40 63 0 23 0 64 3D 51 64 13
Octal 100 143 0 43 0 144 75 121 144 23
Binary 1000000 1100011 0 100011 0 1100100 111101 1010001 1100100 10011

Color Harmonies of #406300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406300

Black with #406300

Text Example


Text Example

White with #406300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406300; }

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

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

background-color css

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

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

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

border-color css

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

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

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