#3F570A

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

Shades of Verdun Green #3F570A

Tints of Verdun Green #3F570A

Color information

#3F570A (or 0x3F570A) is unknown color: approx Verdun Green. HEX triplet: 3F, 57 and 0A. RGB value is (63,87,10). Sum of RGB (Red+Green+Blue) = 63+87+10=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 87 (34.38% from 255 or 54.38% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 87 - color contains mainly: green. Hex color #3F570A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F570A is #C0A8F5. Grayscale: #474747. Windows color (decimal): -12626166 or 677695. OLE color: 677695.

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

Color convert

RGB638710-
CMYK0.2800.890.66
HSL78.7º79.38%19.02%-
HSV(B)78.7º88.51%34.12%-
XYZ5.517.91.52-
YUV71.0593.55122.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.38%
GREEN value IS 87 (34.38% from 255) = 54.38%
BLUE value IS 10 (4.30% from 255) = 6.25%
R=39.38%
G=54.38%
B=6.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6387100.2800.890.6678.779.3819.02
Hex3F57A1C059424f4f13
Octal771271234013110211711723
Binary11111110101111010111000101100110000101001111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F570A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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