#3D5516

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

Shades of Verdun Green #3D5516

Tints of Verdun Green #3D5516

Color information

#3D5516 (or 0x3D5516) is unknown color: approx Verdun Green. HEX triplet: 3D, 55 and 16. RGB value is (61,85,22). Sum of RGB (Red+Green+Blue) = 61+85+22=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5516 is #C2AAE9. Grayscale: #464646. Windows color (decimal): -12757738 or 1463613. OLE color: 1463613.

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

Color convert

RGB618522-
CMYK0.2800.740.67
HSL82.86º58.88%20.98%-
HSV(B)82.86º74.12%33.33%-
XYZ5.327.551.94-
YUV70.64100.55121.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.31%
GREEN value IS 85 (33.59% from 255) = 50.60%
BLUE value IS 22 (8.98% from 255) = 13.10%
R=36.31%
G=50.60%
B=13.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6185220.2800.740.6782.8658.8820.98
Hex3D55161C04A43533b15
Octal75125263401121031237325
Binary11110110101011011011100010010101000011101001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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