#3f570f

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

Shades of Verdun Green #3F570F

Tints of Verdun Green #3F570F

Color information

#3F570F (or 0x3F570F) is unknown color: approx Verdun Green. HEX triplet: 3F, 57 and 0F. RGB value is (63,87,15). Sum of RGB (Red+Green+Blue) = 63+87+15=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #3F570F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F570F is #C0A8F0. Grayscale: #474747. Windows color (decimal): -12626161 or 1005375. OLE color: 1005375.

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

Color convert

RGB638715-
CMYK0.2800.830.66
HSL80º70.59%20%-
HSV(B)80º82.76%34.12%-
XYZ5.547.911.69-
YUV71.6296.05121.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.18%
GREEN value IS 87 (34.38% from 255) = 52.73%
BLUE value IS 15 (6.25% from 255) = 9.09%
R=38.18%
G=52.73%
B=9.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6387150.2800.830.668070.5920
Hex3F57F1C05342504714
Octal771271734012310212010724
Binary11111110101111111111000101001110000101010000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f570f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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