Html Css Color HEX #405706 Verdun Green

📋 copy color: '#405706'

red 64 ◦ green 87 ◦ blue 6

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

Shades of Verdun Green #405706

Tints of Verdun Green #405706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 55.41%

 BLUE value IS 6 (2.73% from 255) = 3.82%

R = 40.76%
G = 55.41%
B = 3.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#405706 (or 0x405706) is known color: Verdun Green. HEX triplet: 40, 57 and 06. RGB value is (64,87,6). Sum of RGB (Red+Green+Blue) = 64+87+6=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 87 (34.38% from 255 or 55.41% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 87 - color contains mainly: green. Hex color #405706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405706 is #BFA8F9. Grayscale: #474747. Windows color (decimal): -12560634 or 415552. OLE color: 415552.

HSL color Cylindrical-coordinate representation of color #405706: hue angle of 77.04º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #405706 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 87 6 -
CMYK 0.26 0 0.93 0.66
HSL 77.04º 0.87% 0.18% -
HSV(B) 77.04º 0.93% 0.34% -
XYZ 5.56 7.92 1.41 -
YUV 70.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 64 87 6 0.26 0 0.93 0.66 77.04 0.87 0.18
Hex 40 57 6 1A 0 5D 42 4D 57 12
Octal 100 127 6 32 0 135 102 115 127 22
Binary 1000000 1010111 110 11010 0 1011101 1000010 1001101 1010111 10010

Color Harmonies of #405706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405706

Black with #405706

Text Example


Text Example

White with #405706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405706; }

 p { color: rgb(64,87,6); }

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

background-color css

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

 a { background-color: rgb(64,87,6); }

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

border-color css

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

 span { border-color: rgb(64,87,6); }

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