#3E5605

Color #3E5605 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #3E5605

Tints of Verdun Green #3E5605

Color information

#3E5605 (or 0x3E5605) is unknown color: approx Verdun Green. HEX triplet: 3E, 56 and 05. RGB value is (62,86,5). Sum of RGB (Red+Green+Blue) = 62+86+5=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 86 (33.98% from 255 or 56.21% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 86 - color contains mainly: green. Hex color #3E5605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5605 is #C1A9FA. Grayscale: #454545. Windows color (decimal): -12691963 or 349758. OLE color: 349758.

HSL color Cylindrical-coordinate representation of color #3E5605: hue angle of 77.78º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E5605 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB62865-
CMYK0.2800.940.66
HSL77.78º89.01%17.84%-
HSV(B)77.78º94.19%33.73%-
XYZ5.347.691.35-
YUV69.5991.55122.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 40.52%
GREEN value IS 86 (33.98% from 255) = 56.21%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=40.52%
G=56.21%
B=3.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal628650.2800.940.6677.7889.0117.84
Hex3E5651C05E424e5912
Octal76126534013610211613122
Binary1111101010110101111000101111010000101001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E5605; }

 p { color: rgb(62,86,5); }

 H1.HeaderClassName
 {
   color: #3E5605;
 }
 .AnyTagClassName
 {
   color: #3E5605;
 }
</style>
background-color css

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

 a { background-color: rgb(62,86,5); }

 div.DivClassName
 {
   background-color: #3E5605;
 }
 .BgClassName
 {
   background-color: #3E5605;
 }
</style>
border-color css

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

 span { border-color: rgb(62,86,5); }

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