#3D5517

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

Shades of Verdun Green #3D5517

Tints of Verdun Green #3D5517

Color information

#3D5517 (or 0x3D5517) is unknown color: approx Verdun Green. HEX triplet: 3D, 55 and 17. RGB value is (61,85,23). Sum of RGB (Red+Green+Blue) = 61+85+23=169 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.09% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5517 is #C2AAE8. Grayscale: #464646. Windows color (decimal): -12757737 or 1529149. OLE color: 1529149.

HSL color Cylindrical-coordinate representation of color #3D5517: hue angle of 83.23º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D5517 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB618523-
CMYK0.2800.730.67
HSL83.23º57.41%21.18%-
HSV(B)83.23º72.94%33.33%-
XYZ5.337.551.99-
YUV70.76101.05121.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.09%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 23 (9.38% from 255) = 13.61%
R=36.09%
G=50.30%
B=13.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6185230.2800.730.6783.2357.4121.18
Hex3D55171C04943533915
Octal75125273401111031237125
Binary11110110101011011111100010010011000011101001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,85,23); }

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

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

 a { background-color: rgb(61,85,23); }

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

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

 span { border-color: rgb(61,85,23); }

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