Html Css Color HEX #406C05 Verdun Green

📋 copy color: '#406C05'

red 64 ◦ green 108 ◦ blue 5

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

Shades of Verdun Green #406C05

Tints of Verdun Green #406C05

RGB

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

 GREEN value IS 108 (42.58% from 255) = 61.02%

 BLUE value IS 5 (2.34% from 255) = 2.82%

R = 36.16%
G = 61.02%
B = 2.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#406C05 (or 0x406C05) is known color: Verdun Green. HEX triplet: 40, 6C and 05. RGB value is (64,108,5). Sum of RGB (Red+Green+Blue) = 64+108+5=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 108 (42.58% from 255 or 61.02% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 108 - color contains mainly: green. Hex color #406C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406C05 is #BF93FA. Grayscale: #535353. Windows color (decimal): -12555259 or 355392. OLE color: 355392.

HSL color Cylindrical-coordinate representation of color #406C05: hue angle of 85.63º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #406C05 is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 108 5 -
CMYK 0.41 0 0.95 0.58
HSL 85.63º 0.91% 0.22% -
HSV(B) 85.63º 0.95% 0.42% -
XYZ 7.5 11.83 2.03 -
YUV 83.1 83.92 114.38 -
System Red Green Blue C M Y K H S L
Decimal 64 108 5 0.41 0 0.95 0.58 85.63 0.91 0.22
Hex 40 6C 5 29 0 5F 3A 56 5B 16
Octal 100 154 5 51 0 137 72 126 133 26
Binary 1000000 1101100 101 101001 0 1011111 111010 1010110 1011011 10110

Color Harmonies of #406C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C05

Black with #406C05

Text Example


Text Example

White with #406C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406C05; }

 p { color: rgb(64,108,5); }

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

background-color css

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

 a { background-color: rgb(64,108,5); }

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

border-color css

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

 span { border-color: rgb(64,108,5); }

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