#3B540A

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

Shades of Verdun Green #3B540A

Tints of Verdun Green #3B540A

Color information

#3B540A (or 0x3B540A) is unknown color: approx Verdun Green. HEX triplet: 3B, 54 and 0A. RGB value is (59,84,10). Sum of RGB (Red+Green+Blue) = 59+84+10=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #3B540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B540A is #C4ABF5. Grayscale: #444444. Windows color (decimal): -12889078 or 676923. OLE color: 676923.

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

Color convert

RGB598410-
CMYK0.3000.880.67
HSL80.27º78.72%18.43%-
HSV(B)80.27º88.1%32.94%-
XYZ5.037.291.43-
YUV68.0995.22121.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.56%
GREEN value IS 84 (33.20% from 255) = 54.90%
BLUE value IS 10 (4.30% from 255) = 6.54%
R=38.56%
G=54.90%
B=6.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5984100.3000.880.6780.2778.7218.43
Hex3B54A1E05843504f12
Octal731241236013010312011722
Binary11101110101001010111100101100010000111010000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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