#3B5610

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

Shades of Verdun Green #3B5610

Tints of Verdun Green #3B5610

Color information

#3B5610 (or 0x3B5610) is unknown color: approx Verdun Green. HEX triplet: 3B, 56 and 10. RGB value is (59,86,16). Sum of RGB (Red+Green+Blue) = 59+86+16=161 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.65% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #3B5610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5610 is #C4A9EF. Grayscale: #464646. Windows color (decimal): -12888560 or 1070651. OLE color: 1070651.

HSL color Cylindrical-coordinate representation of color #3B5610: hue angle of 83.14º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B5610 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB598616-
CMYK0.3100.810.66
HSL83.14º68.63%20%-
HSV(B)83.14º81.4%33.73%-
XYZ5.227.621.69-
YUV69.9597.55120.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.65%
GREEN value IS 86 (33.98% from 255) = 53.42%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=36.65%
G=53.42%
B=9.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5986160.3100.810.6683.1468.6320
Hex3B56101F05142534514
Octal731262037012110212310524
Binary111011101011010000111110101000110000101010011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,86,16); }

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

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

 a { background-color: rgb(59,86,16); }

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

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

 span { border-color: rgb(59,86,16); }

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