#3F5407

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

Shades of Verdun Green #3F5407

Tints of Verdun Green #3F5407

Color information

#3F5407 (or 0x3F5407) is unknown color: approx Verdun Green. HEX triplet: 3F, 54 and 07. RGB value is (63,84,7). Sum of RGB (Red+Green+Blue) = 63+84+7=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5407 is #C0ABF8. Grayscale: #454545. Windows color (decimal): -12626937 or 480319. OLE color: 480319.

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

Color convert

RGB63847-
CMYK0.2500.920.67
HSL76.36º84.62%17.84%-
HSV(B)76.36º91.67%32.94%-
XYZ5.267.411.35-
YUV68.9493.04123.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.91%
GREEN value IS 84 (33.20% from 255) = 54.55%
BLUE value IS 7 (3.12% from 255) = 4.55%
R=40.91%
G=54.55%
B=4.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal638470.2500.920.6776.3684.6217.84
Hex3F5471905C434c5512
Octal77124731013410311412522
Binary1111111010100111110010101110010000111001100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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