#3F5417

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

Shades of Verdun Green #3F5417

Tints of Verdun Green #3F5417

Color information

#3F5417 (or 0x3F5417) is unknown color: approx Verdun Green. HEX triplet: 3F, 54 and 17. RGB value is (63,84,23). Sum of RGB (Red+Green+Blue) = 63+84+23=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5417 is #C0ABE8. Grayscale: #464646. Windows color (decimal): -12626921 or 1528895. OLE color: 1528895.

HSL color Cylindrical-coordinate representation of color #3F5417: hue angle of 80.66º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F5417 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB638423-
CMYK0.2500.730.67
HSL80.66º57.01%20.98%-
HSV(B)80.66º72.62%32.94%-
XYZ5.377.461.97-
YUV70.77101.04122.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.06%
GREEN value IS 84 (33.20% from 255) = 49.41%
BLUE value IS 23 (9.38% from 255) = 13.53%
R=37.06%
G=49.41%
B=13.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6384230.2500.730.6780.6657.0120.98
Hex3F54171904943513915
Octal77124273101111031217125
Binary11111110101001011111001010010011000011101000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,84,23); }

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

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

 a { background-color: rgb(63,84,23); }

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

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

 span { border-color: rgb(63,84,23); }

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