#3D5401

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

Shades of Verdun Green #3D5401

Tints of Verdun Green #3D5401

Color information

#3D5401 (or 0x3D5401) is unknown color: approx Verdun Green. HEX triplet: 3D, 54 and 01. RGB value is (61,84,1). Sum of RGB (Red+Green+Blue) = 61+84+1=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #3D5401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5401 is #C2ABFE. Grayscale: #434343. Windows color (decimal): -12758015 or 87101. OLE color: 87101.

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

Color convert

RGB61841-
CMYK0.2700.990.67
HSL76.63º97.65%16.67%-
HSV(B)76.63º98.81%32.94%-
XYZ5.17.331.18-
YUV67.6690.38123.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.78%
GREEN value IS 84 (33.20% from 255) = 57.53%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=41.78%
G=57.53%
B=0.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal618410.2700.990.6776.6397.6516.67
Hex3D5411B063434d6211
Octal75124133014310311514221
Binary11110110101001110110110001110000111001101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,84,1); }

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

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

 a { background-color: rgb(61,84,1); }

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

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

 span { border-color: rgb(61,84,1); }

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