#3B540C

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

Shades of Verdun Green #3B540C

Tints of Verdun Green #3B540C

Color information

#3B540C (or 0x3B540C) is unknown color: approx Verdun Green. HEX triplet: 3B, 54 and 0C. RGB value is (59,84,12). Sum of RGB (Red+Green+Blue) = 59+84+12=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #3B540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B540C is #C4ABF3. Grayscale: #444444. Windows color (decimal): -12889076 or 807995. OLE color: 807995.

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

Color convert

RGB598412-
CMYK0.3000.860.67
HSL80.83º75%18.82%-
HSV(B)80.83º85.71%32.94%-
XYZ5.047.31.49-
YUV68.3296.22121.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.06%
GREEN value IS 84 (33.20% from 255) = 54.19%
BLUE value IS 12 (5.08% from 255) = 7.74%
R=38.06%
G=54.19%
B=7.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5984120.3000.860.6780.837518.82
Hex3B54C1E05643514b13
Octal731241436012610312111323
Binary11101110101001100111100101011010000111010001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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