#3F5315

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

Shades of Verdun Green #3F5315

Tints of Verdun Green #3F5315

Color information

#3F5315 (or 0x3F5315) is unknown color: approx Verdun Green. HEX triplet: 3F, 53 and 15. RGB value is (63,83,21). Sum of RGB (Red+Green+Blue) = 63+83+21=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5315 is #C0ACEA. Grayscale: #464646. Windows color (decimal): -12627179 or 1397567. OLE color: 1397567.

HSL color Cylindrical-coordinate representation of color #3F5315: hue angle of 79.35º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F5315 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB638321-
CMYK0.2400.750.67
HSL79.35º59.62%20.39%-
HSV(B)79.35º74.7%32.55%-
XYZ5.287.31.84-
YUV69.95100.37123.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.72%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=37.72%
G=49.70%
B=12.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6383210.2400.750.6779.3559.6220.39
Hex3F53151804B434f3c14
Octal77123253001131031177424
Binary11111110100111010111000010010111000011100111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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