#3F4B15

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

Shades of Verdun Green #3F4B15

Tints of Verdun Green #3F4B15

Color information

#3F4B15 (or 0x3F4B15) is unknown color: approx Verdun Green. HEX triplet: 3F, 4B and 15. RGB value is (63,75,21). Sum of RGB (Red+Green+Blue) = 63+75+21=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #3F4B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4B15 is #C0B4EA. Grayscale: #414141. Windows color (decimal): -12629227 or 1395519. OLE color: 1395519.

HSL color Cylindrical-coordinate representation of color #3F4B15: hue angle of 73.33º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F4B15 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB637521-
CMYK0.1600.720.71
HSL73.33º56.25%18.82%-
HSV(B)73.33º72%29.41%-
XYZ4.76.141.65-
YUV65.26103.02126.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.62%
GREEN value IS 75 (29.69% from 255) = 47.17%
BLUE value IS 21 (8.59% from 255) = 13.21%
R=39.62%
G=47.17%
B=13.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6375210.1600.720.7173.3356.2518.82
Hex3F4B151004847493813
Octal77113252001101071117023
Binary11111110010111010110000010010001000111100100111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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