#3B580D

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

Shades of Verdun Green #3B580D

Tints of Verdun Green #3B580D

Color information

#3B580D (or 0x3B580D) is unknown color: approx Verdun Green. HEX triplet: 3B, 58 and 0D. RGB value is (59,88,13). Sum of RGB (Red+Green+Blue) = 59+88+13=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #3B580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B580D is #C4A7F2. Grayscale: #474747. Windows color (decimal): -12888051 or 874555. OLE color: 874555.

HSL color Cylindrical-coordinate representation of color #3B580D: hue angle of 83.2º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B580D is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB598813-
CMYK0.3300.850.65
HSL83.2º74.26%19.8%-
HSV(B)83.2º85.23%34.51%-
XYZ5.377.941.63-
YUV70.7895.39119.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.88%
GREEN value IS 88 (34.77% from 255) = 55%
BLUE value IS 13 (5.47% from 255) = 8.12%
R=36.88%
G=55%
B=8.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5988130.3300.850.6583.274.2619.8
Hex3B58D2105541534a14
Octal731301541012510112311224
Binary111011101100011011000010101010110000011010011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,88,13); }

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

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

 a { background-color: rgb(59,88,13); }

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

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

 span { border-color: rgb(59,88,13); }

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