Html Css Color HEX #406103 Verdun Green

📋 copy color: '#406103'

red 64 ◦ green 97 ◦ blue 3

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

Shades of Verdun Green #406103

Tints of Verdun Green #406103

RGB

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

 GREEN value IS 97 (38.28% from 255) = 59.15%

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

R = 39.02%
G = 59.15%
B = 1.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#406103 (or 0x406103) is known color: Verdun Green. HEX triplet: 40, 61 and 03. RGB value is (64,97,3). Sum of RGB (Red+Green+Blue) = 64+97+3=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #406103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406103 is #BF9EFC. Grayscale: #4C4C4C. Windows color (decimal): -12558077 or 221504. OLE color: 221504.

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

Color convert

RGB 64 97 3 -
CMYK 0.34 0 0.97 0.62
HSL 81.06º 0.94% 0.2% -
HSV(B) 81.06º 0.97% 0.38% -
XYZ 6.41 9.65 1.61 -
YUV 76.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 64 97 3 0.34 0 0.97 0.62 81.06 0.94 0.2
Hex 40 61 3 22 0 61 3E 51 5E 14
Octal 100 141 3 42 0 141 76 121 136 24
Binary 1000000 1100001 11 100010 0 1100001 111110 1010001 1011110 10100

Color Harmonies of #406103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406103

Black with #406103

Text Example


Text Example

White with #406103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406103; }

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

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

background-color css

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

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

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

border-color css

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

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

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