#3B540B

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

Shades of Verdun Green #3B540B

Tints of Verdun Green #3B540B

Color information

#3B540B (or 0x3B540B) is unknown color: approx Verdun Green. HEX triplet: 3B, 54 and 0B. RGB value is (59,84,11). Sum of RGB (Red+Green+Blue) = 59+84+11=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #3B540B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B540B is #C4ABF4. Grayscale: #444444. Windows color (decimal): -12889077 or 742459. OLE color: 742459.

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

Color convert

RGB598411-
CMYK0.3000.870.67
HSL80.55º76.84%18.63%-
HSV(B)80.55º86.9%32.94%-
XYZ5.037.291.46-
YUV68.295.72121.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.31%
GREEN value IS 84 (33.20% from 255) = 54.55%
BLUE value IS 11 (4.69% from 255) = 7.14%
R=38.31%
G=54.55%
B=7.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5984110.3000.870.6780.5576.8418.63
Hex3B54B1E05743514d13
Octal731241336012710312111523
Binary11101110101001011111100101011110000111010001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B540B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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