#3D7001

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

Shades of Verdun Green #3D7001

Tints of Verdun Green #3D7001

Color information

#3D7001 (or 0x3D7001) is unknown color: approx Verdun Green. HEX triplet: 3D, 70 and 01. RGB value is (61,112,1). Sum of RGB (Red+Green+Blue) = 61+112+1=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 112 (44.14% from 255 or 64.37% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 112 - color contains mainly: green. Hex color #3D7001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7001 is #C28FFE. Grayscale: #545454. Windows color (decimal): -12750847 or 94269. OLE color: 94269.

HSL color Cylindrical-coordinate representation of color #3D7001: hue angle of 87.57º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D7001 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB611121-
CMYK0.4600.990.56
HSL87.57º98.23%22.16%-
HSV(B)87.57º99.11%43.92%-
XYZ7.7212.582.05-
YUV84.181.1111.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.06%
GREEN value IS 112 (44.14% from 255) = 64.37%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=35.06%
G=64.37%
B=0.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6111210.4600.990.5687.5798.2322.16
Hex3D7012E06338586216
Octal7516015601437013014226
Binary11110111100001101110011000111110001011000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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