#3D7101

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

Shades of Verdun Green #3D7101

Tints of Verdun Green #3D7101

Color information

#3D7101 (or 0x3D7101) is unknown color: approx Verdun Green. HEX triplet: 3D, 71 and 01. RGB value is (61,113,1). Sum of RGB (Red+Green+Blue) = 61+113+1=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 113 (44.53% from 255 or 64.57% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7101 is #C28EFE. Grayscale: #555555. Windows color (decimal): -12750591 or 94525. OLE color: 94525.

HSL color Cylindrical-coordinate representation of color #3D7101: hue angle of 87.86º 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 #3D7101 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB611131-
CMYK0.4600.990.56
HSL87.86º98.25%22.35%-
HSV(B)87.86º99.12%44.31%-
XYZ7.8412.82.09-
YUV84.6880.77111.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.86%
GREEN value IS 113 (44.53% from 255) = 64.57%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=34.86%
G=64.57%
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
Decimal6111310.4600.990.5687.8698.2522.35
Hex3D7112E06338586216
Octal7516115601437013014226
Binary11110111100011101110011000111110001011000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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