#3f501a

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

Shades of Verdun Green #3F501A

Tints of Verdun Green #3F501A

Color information

#3F501A (or 0x3F501A) is unknown color: approx Verdun Green. HEX triplet: 3F, 50 and 1A. RGB value is (63,80,26). Sum of RGB (Red+Green+Blue) = 63+80+26=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #3F501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F501A is #C0AFE5. Grayscale: #444444. Windows color (decimal): -12627942 or 1724479. OLE color: 1724479.

HSL color Cylindrical-coordinate representation of color #3F501A: hue angle of 78.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F501A is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB638026-
CMYK0.2100.670.69
HSL78.89º50.94%20.78%-
HSV(B)78.89º67.5%31.37%-
XYZ5.116.872.03-
YUV68.76103.87123.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.28%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=37.28%
G=47.34%
B=15.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6380260.2100.670.6978.8950.9420.78
Hex3F501A15043454f3315
Octal77120322501031051176325
Binary11111110100001101010101010000111000101100111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f501a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,80,26); }

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

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

 a { background-color: rgb(63,80,26); }

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

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

 span { border-color: rgb(63,80,26); }

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