Html Css Color HEX #406303 Verdun Green

📋 copy color: '#406303'

red 64 ◦ green 99 ◦ blue 3

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

Shades of Verdun Green #406303

Tints of Verdun Green #406303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.81%

R = 38.55%
G = 59.64%
B = 1.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#406303 (or 0x406303) is known color: Verdun Green. HEX triplet: 40, 63 and 03. RGB value is (64,99,3). Sum of RGB (Red+Green+Blue) = 64+99+3=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 99 (39.06% from 255 or 59.64% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 99 - color contains mainly: green. Hex color #406303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406303 is #BF9CFC. Grayscale: #4D4D4D. Windows color (decimal): -12557565 or 222016. OLE color: 222016.

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

Color convert

RGB 64 99 3 -
CMYK 0.35 0 0.97 0.61
HSL 81.87º 0.94% 0.2% -
HSV(B) 81.87º 0.97% 0.39% -
XYZ 6.59 10.02 1.67 -
YUV 77.59 85.9 118.31 -
System Red Green Blue C M Y K H S L
Decimal 64 99 3 0.35 0 0.97 0.61 81.87 0.94 0.2
Hex 40 63 3 23 0 61 3D 52 5E 14
Octal 100 143 3 43 0 141 75 122 136 24
Binary 1000000 1100011 11 100011 0 1100001 111101 1010010 1011110 10100

Color Harmonies of #406303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406303

Black with #406303

Text Example


Text Example

White with #406303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406303; }

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

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

background-color css

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

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

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

border-color css

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

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

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