#3D5019

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

Shades of Verdun Green #3D5019

Tints of Verdun Green #3D5019

Color information

#3D5019 (or 0x3D5019) is unknown color: approx Verdun Green. HEX triplet: 3D, 50 and 19. RGB value is (61,80,25). Sum of RGB (Red+Green+Blue) = 61+80+25=166 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.75% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #3D5019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5019 is #C2AFE6. Grayscale: #444444. Windows color (decimal): -12759015 or 1658941. OLE color: 1658941.

HSL color Cylindrical-coordinate representation of color #3D5019: hue angle of 80.73º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D5019 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB618025-
CMYK0.2400.690.69
HSL80.73º52.38%20.59%-
HSV(B)80.73º68.75%31.37%-
XYZ4.976.81.97-
YUV68.05103.71122.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.75%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 25 (10.16% from 255) = 15.06%
R=36.75%
G=48.19%
B=15.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6180250.2400.690.6980.7352.3820.59
Hex3D50191804545513415
Octal75120313001051051216425
Binary11110110100001100111000010001011000101101000111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,80,25); }

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

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

 a { background-color: rgb(61,80,25); }

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

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

 span { border-color: rgb(61,80,25); }

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