#3F5716

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

Shades of Verdun Green #3F5716

Tints of Verdun Green #3F5716

Color information

#3F5716 (or 0x3F5716) is unknown color: approx Verdun Green. HEX triplet: 3F, 57 and 16. RGB value is (63,87,22). Sum of RGB (Red+Green+Blue) = 63+87+22=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 87 (34.38% from 255 or 50.58% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5716 is #C0A8E9. Grayscale: #484848. Windows color (decimal): -12626154 or 1464127. OLE color: 1464127.

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

Color convert

RGB638722-
CMYK0.2800.750.66
HSL82.15º59.63%21.37%-
HSV(B)82.15º74.71%34.12%-
XYZ5.67.931.99-
YUV72.4199.55121.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.63%
GREEN value IS 87 (34.38% from 255) = 50.58%
BLUE value IS 22 (8.98% from 255) = 12.79%
R=36.63%
G=50.58%
B=12.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6387220.2800.750.6682.1559.6321.37
Hex3F57161C04B42523c15
Octal77127263401131021227425
Binary11111110101111011011100010010111000010101001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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