#3B5701

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

Shades of Verdun Green #3B5701

Tints of Verdun Green #3B5701

Color information

#3B5701 (or 0x3B5701) is unknown color: approx Verdun Green. HEX triplet: 3B, 57 and 01. RGB value is (59,87,1). Sum of RGB (Red+Green+Blue) = 59+87+1=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 87 (34.38% from 255 or 59.18% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 87 - color contains mainly: green. Hex color #3B5701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5701 is #C4A8FE. Grayscale: #454545. Windows color (decimal): -12888319 or 87867. OLE color: 87867.

HSL color Cylindrical-coordinate representation of color #3B5701: hue angle of 79.53º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B5701 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB59871-
CMYK0.3200.990.66
HSL79.53º97.73%17.25%-
HSV(B)79.53º98.85%34.12%-
XYZ5.227.751.25-
YUV68.8289.72120.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.14%
GREEN value IS 87 (34.38% from 255) = 59.18%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=40.14%
G=59.18%
B=0.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal598710.3200.990.6679.5397.7317.25
Hex3B5712006342506211
Octal73127140014310212014221
Binary111011101011111000000110001110000101010000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,87,1); }

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

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

 a { background-color: rgb(59,87,1); }

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

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

 span { border-color: rgb(59,87,1); }

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