#3F5605

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

Shades of Verdun Green #3F5605

Tints of Verdun Green #3F5605

Color information

#3F5605 (or 0x3F5605) is unknown color: approx Verdun Green. HEX triplet: 3F, 56 and 05. RGB value is (63,86,5). Sum of RGB (Red+Green+Blue) = 63+86+5=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5605 is #C0A9FA. Grayscale: #464646. Windows color (decimal): -12626427 or 349759. OLE color: 349759.

HSL color Cylindrical-coordinate representation of color #3F5605: hue angle of 77.04º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F5605 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB63865-
CMYK0.2700.940.66
HSL77.04º89.01%17.84%-
HSV(B)77.04º94.19%33.73%-
XYZ5.417.721.35-
YUV69.8991.38123.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.91%
GREEN value IS 86 (33.98% from 255) = 55.84%
BLUE value IS 5 (2.34% from 255) = 3.25%
R=40.91%
G=55.84%
B=3.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal638650.2700.940.6677.0489.0117.84
Hex3F5651B05E424d5912
Octal77126533013610211513122
Binary1111111010110101110110101111010000101001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,86,5); }

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

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

 a { background-color: rgb(63,86,5); }

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

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

 span { border-color: rgb(63,86,5); }

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