#3F570D

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

Shades of Verdun Green #3F570D

Tints of Verdun Green #3F570D

Color information

#3F570D (or 0x3F570D) is unknown color: approx Verdun Green. HEX triplet: 3F, 57 and 0D. RGB value is (63,87,13). Sum of RGB (Red+Green+Blue) = 63+87+13=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 87 (34.38% from 255 or 53.37% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 87 - color contains mainly: green. Hex color #3F570D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F570D is #C0A8F2. Grayscale: #474747. Windows color (decimal): -12626163 or 874303. OLE color: 874303.

HSL color Cylindrical-coordinate representation of color #3F570D: hue angle of 79.46º 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 #3F570D is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB638713-
CMYK0.2800.850.66
HSL79.46º74%19.61%-
HSV(B)79.46º85.06%34.12%-
XYZ5.537.91.61-
YUV71.3995.05122.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 87 (34.38% from 255) = 53.37%
BLUE value IS 13 (5.47% from 255) = 7.98%
R=38.65%
G=53.37%
B=7.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6387130.2800.850.6679.467419.61
Hex3F57D1C055424f4a14
Octal771271534012510211711224
Binary11111110101111101111000101010110000101001111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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