#3F5F15

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

Shades of Verdun Green #3F5F15

Tints of Verdun Green #3F5F15

Color information

#3F5F15 (or 0x3F5F15) is unknown color: approx Verdun Green. HEX triplet: 3F, 5F and 15. RGB value is (63,95,21). Sum of RGB (Red+Green+Blue) = 63+95+21=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 95 (37.5% from 255 or 53.07% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 95 - color contains mainly: green. Hex color #3F5F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5F15 is #C0A0EA. Grayscale: #4D4D4D. Windows color (decimal): -12624107 or 1400639. OLE color: 1400639.

HSL color Cylindrical-coordinate representation of color #3F5F15: hue angle of 85.95º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F5F15 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB639521-
CMYK0.3400.780.63
HSL85.95º63.79%22.75%-
HSV(B)85.95º77.89%37.25%-
XYZ6.289.32.17-
YUV7796.4118.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.20%
GREEN value IS 95 (37.5% from 255) = 53.07%
BLUE value IS 21 (8.59% from 255) = 11.73%
R=35.20%
G=53.07%
B=11.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6395210.3400.780.6385.9563.7922.75
Hex3F5F152204E3F564017
Octal77137254201167712610027
Binary111111101111110101100010010011101111111010110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,95,21); }

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

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

 a { background-color: rgb(63,95,21); }

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

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

 span { border-color: rgb(63,95,21); }

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