#3F5707

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

Shades of Verdun Green #3F5707

Tints of Verdun Green #3F5707

Color information

#3F5707 (or 0x3F5707) is unknown color: approx Verdun Green. HEX triplet: 3F, 57 and 07. RGB value is (63,87,7). Sum of RGB (Red+Green+Blue) = 63+87+7=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 87 (34.38% from 255 or 55.41% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5707 is #C0A8F8. Grayscale: #464646. Windows color (decimal): -12626169 or 481087. OLE color: 481087.

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

Color convert

RGB63877-
CMYK0.2800.920.66
HSL78º85.11%18.43%-
HSV(B)78º91.95%34.12%-
XYZ5.57.891.43-
YUV70.792.05122.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.13%
GREEN value IS 87 (34.38% from 255) = 55.41%
BLUE value IS 7 (3.12% from 255) = 4.46%
R=40.13%
G=55.41%
B=4.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal638770.2800.920.667885.1118.43
Hex3F5771C05C424e5512
Octal77127734013410211612522
Binary1111111010111111111000101110010000101001110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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