#3D4705

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

Shades of Verdun Green #3D4705

Tints of Verdun Green #3D4705

Color information

#3D4705 (or 0x3D4705) is unknown color: approx Verdun Green. HEX triplet: 3D, 47 and 05. RGB value is (61,71,5). Sum of RGB (Red+Green+Blue) = 61+71+5=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4705 is #C2B8FA. Grayscale: #3C3C3C. Windows color (decimal): -12761339 or 345917. OLE color: 345917.

HSL color Cylindrical-coordinate representation of color #3D4705: hue angle of 69.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D4705 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB61715-
CMYK0.1400.930.72
HSL69.09º86.84%14.9%-
HSV(B)69.09º92.96%27.84%-
XYZ4.215.510.99-
YUV60.4996.69128.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.53%
GREEN value IS 71 (28.12% from 255) = 51.82%
BLUE value IS 5 (2.34% from 255) = 3.65%
R=44.53%
G=51.82%
B=3.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal617150.1400.930.7269.0986.8414.9
Hex3D475E05D484557f
Octal75107516013511010512717
Binary11110110001111011110010111011001000100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,71,5); }

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

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

 a { background-color: rgb(61,71,5); }

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

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

 span { border-color: rgb(61,71,5); }

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