#3F560E

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

Shades of Verdun Green #3F560E

Tints of Verdun Green #3F560E

Color information

#3F560E (or 0x3F560E) is unknown color: approx Verdun Green. HEX triplet: 3F, 56 and 0E. RGB value is (63,86,14). Sum of RGB (Red+Green+Blue) = 63+86+14=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 86 (33.98% from 255 or 52.76% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 86 - color contains mainly: green. Hex color #3F560E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F560E is #C0A9F1. Grayscale: #474747. Windows color (decimal): -12626418 or 939583. OLE color: 939583.

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

Color convert

RGB638614-
CMYK0.2700.840.66
HSL79.17º72%19.61%-
HSV(B)79.17º83.72%33.73%-
XYZ5.467.741.62-
YUV70.9295.88122.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 86 (33.98% from 255) = 52.76%
BLUE value IS 14 (5.86% from 255) = 8.59%
R=38.65%
G=52.76%
B=8.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6386140.2700.840.6679.177219.61
Hex3F56E1B054424f4814
Octal771261633012410211711024
Binary11111110101101110110110101010010000101001111100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,86,14); }

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

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

 a { background-color: rgb(63,86,14); }

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

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

 span { border-color: rgb(63,86,14); }

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