#3B570D

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

Shades of Verdun Green #3B570D

Tints of Verdun Green #3B570D

Color information

#3B570D (or 0x3B570D) is unknown color: approx Verdun Green. HEX triplet: 3B, 57 and 0D. RGB value is (59,87,13). Sum of RGB (Red+Green+Blue) = 59+87+13=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #3B570D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B570D is #C4A8F2. Grayscale: #464646. Windows color (decimal): -12888307 or 874299. OLE color: 874299.

HSL color Cylindrical-coordinate representation of color #3B570D: hue angle of 82.7º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B570D is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB598713-
CMYK0.3200.850.66
HSL82.7º74%19.61%-
HSV(B)82.7º85.06%34.12%-
XYZ5.287.781.6-
YUV70.1995.72120.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.11%
GREEN value IS 87 (34.38% from 255) = 54.72%
BLUE value IS 13 (5.47% from 255) = 8.18%
R=37.11%
G=54.72%
B=8.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5987130.3200.850.6682.77419.61
Hex3B57D2005542534a14
Octal731271540012510212311224
Binary111011101011111011000000101010110000101010011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,87,13); }

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

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

 a { background-color: rgb(59,87,13); }

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

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

 span { border-color: rgb(59,87,13); }

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