#3D5703

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

Shades of Verdun Green #3D5703

Tints of Verdun Green #3D5703

Color information

#3D5703 (or 0x3D5703) is unknown color: approx Verdun Green. HEX triplet: 3D, 57 and 03. RGB value is (61,87,3). Sum of RGB (Red+Green+Blue) = 61+87+3=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 87 (34.38% from 255 or 57.62% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 87 - color contains mainly: green. Hex color #3D5703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5703 is #C2A8FC. Grayscale: #454545. Windows color (decimal): -12757245 or 218941. OLE color: 218941.

HSL color Cylindrical-coordinate representation of color #3D5703: hue angle of 78.57º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D5703 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB61873-
CMYK0.3000.970.66
HSL78.57º93.33%17.65%-
HSV(B)78.57º96.55%34.12%-
XYZ5.357.821.31-
YUV69.6590.39121.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.40%
GREEN value IS 87 (34.38% from 255) = 57.62%
BLUE value IS 3 (1.56% from 255) = 1.99%
R=40.40%
G=57.62%
B=1.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal618730.3000.970.6678.5793.3317.65
Hex3D5731E061424f5d12
Octal75127336014110211713522
Binary111101101011111111100110000110000101001111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,87,3); }

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

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

 a { background-color: rgb(61,87,3); }

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

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

 span { border-color: rgb(61,87,3); }

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