#3E561A

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

Shades of Verdun Green #3E561A

Tints of Verdun Green #3E561A

Color information

#3E561A (or 0x3E561A) is unknown color: approx Verdun Green. HEX triplet: 3E, 56 and 1A. RGB value is (62,86,26). Sum of RGB (Red+Green+Blue) = 62+86+26=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #3E561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E561A is #C1A9E5. Grayscale: #484848. Windows color (decimal): -12691942 or 1726014. OLE color: 1726014.

HSL color Cylindrical-coordinate representation of color #3E561A: hue angle of 84º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E561A is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB628626-
CMYK0.2800.700.66
HSL84º53.57%21.96%-
HSV(B)84º69.77%33.73%-
XYZ5.57.752.18-
YUV71.98102.05120.88-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.63%
GREEN value IS 86 (33.98% from 255) = 49.43%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=35.63%
G=49.43%
B=14.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6286260.2800.700.668453.5721.96
Hex3E561A1C04642543616
Octal76126323401061021246626
Binary11111010101101101011100010001101000010101010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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