Html Css Color HEX #405806 Verdun Green

📋 copy color: '#405806'

red 64 ◦ green 88 ◦ blue 6

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

Shades of Verdun Green #405806

Tints of Verdun Green #405806

RGB

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

 GREEN value IS 88 (34.77% from 255) = 55.7%

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

R = 40.51%
G = 55.7%
B = 3.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#405806 (or 0x405806) is known color: Verdun Green. HEX triplet: 40, 58 and 06. RGB value is (64,88,6). Sum of RGB (Red+Green+Blue) = 64+88+6=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #405806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405806 is #BFA7F9. Grayscale: #474747. Windows color (decimal): -12560378 or 415808. OLE color: 415808.

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

Color convert

RGB 64 88 6 -
CMYK 0.27 0 0.93 0.65
HSL 77.56º 0.87% 0.18% -
HSV(B) 77.56º 0.93% 0.35% -
XYZ 5.64 8.08 1.44 -
YUV 71.48 91.05 122.67 -
System Red Green Blue C M Y K H S L
Decimal 64 88 6 0.27 0 0.93 0.65 77.56 0.87 0.18
Hex 40 58 6 1B 0 5D 41 4E 57 12
Octal 100 130 6 33 0 135 101 116 127 22
Binary 1000000 1011000 110 11011 0 1011101 1000001 1001110 1010111 10010

Color Harmonies of #405806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405806

Black with #405806

Text Example


Text Example

White with #405806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405806; }

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

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

background-color css

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

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

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

border-color css

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

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

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