#3D5E15

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

Shades of Verdun Green #3D5E15

Tints of Verdun Green #3D5E15

Color information

#3D5E15 (or 0x3D5E15) is unknown color: approx Verdun Green. HEX triplet: 3D, 5E and 15. RGB value is (61,94,21). Sum of RGB (Red+Green+Blue) = 61+94+21=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 94 (37.11% from 255 or 53.41% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 94 - color contains mainly: green. Hex color #3D5E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5E15 is #C2A1EA. Grayscale: #4C4C4C. Windows color (decimal): -12755435 or 1400381. OLE color: 1400381.

HSL color Cylindrical-coordinate representation of color #3D5E15: hue angle of 87.12º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D5E15 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB619421-
CMYK0.3500.780.63
HSL87.12º63.48%22.55%-
HSV(B)87.12º77.66%36.86%-
XYZ6.069.052.14-
YUV75.8197.07117.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.66%
GREEN value IS 94 (37.11% from 255) = 53.41%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=34.66%
G=53.41%
B=11.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6194210.3500.780.6387.1263.4822.55
Hex3D5E152304E3F573f17
Octal7513625430116771277727
Binary11110110111101010110001101001110111111101011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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