#3D5615

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

Shades of Verdun Green #3D5615

Tints of Verdun Green #3D5615

Color information

#3D5615 (or 0x3D5615) is unknown color: approx Verdun Green. HEX triplet: 3D, 56 and 15. RGB value is (61,86,21). Sum of RGB (Red+Green+Blue) = 61+86+21=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #3D5615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5615 is #C2A9EA. Grayscale: #474747. Windows color (decimal): -12757483 or 1398333. OLE color: 1398333.

HSL color Cylindrical-coordinate representation of color #3D5615: hue angle of 83.08º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D5615 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB618621-
CMYK0.2900.760.66
HSL83.08º60.75%20.98%-
HSV(B)83.08º75.58%33.73%-
XYZ5.397.71.91-
YUV71.1299.72120.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.31%
GREEN value IS 86 (33.98% from 255) = 51.19%
BLUE value IS 21 (8.59% from 255) = 12.5%
R=36.31%
G=51.19%
B=12.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6186210.2900.760.6683.0860.7520.98
Hex3D56151D04C42533d15
Octal75126253501141021237525
Binary11110110101101010111101010011001000010101001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,86,21); }

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

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

 a { background-color: rgb(61,86,21); }

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

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

 span { border-color: rgb(61,86,21); }

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