#3B540D

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

Shades of Verdun Green #3B540D

Tints of Verdun Green #3B540D

Color information

#3B540D (or 0x3B540D) is unknown color: approx Verdun Green. HEX triplet: 3B, 54 and 0D. RGB value is (59,84,13). Sum of RGB (Red+Green+Blue) = 59+84+13=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #3B540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B540D is #C4ABF2. Grayscale: #444444. Windows color (decimal): -12889075 or 873531. OLE color: 873531.

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

Color convert

RGB598413-
CMYK0.3000.850.67
HSL81.13º73.2%19.02%-
HSV(B)81.13º84.52%32.94%-
XYZ5.057.31.52-
YUV68.4396.72121.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.82%
GREEN value IS 84 (33.20% from 255) = 53.85%
BLUE value IS 13 (5.47% from 255) = 8.33%
R=37.82%
G=53.85%
B=8.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5984130.3000.850.6781.1373.219.02
Hex3B54D1E05543514913
Octal731241536012510312111123
Binary11101110101001101111100101010110000111010001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B540D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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