#3D4E19

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

Shades of Verdun Green #3D4E19

Tints of Verdun Green #3D4E19

Color information

#3D4E19 (or 0x3D4E19) is unknown color: approx Verdun Green. HEX triplet: 3D, 4E and 19. RGB value is (61,78,25). Sum of RGB (Red+Green+Blue) = 61+78+25=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #3D4E19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D4E19 is #C2B1E6. Grayscale: #434343. Windows color (decimal): -12759527 or 1658429. OLE color: 1658429.

HSL color Cylindrical-coordinate representation of color #3D4E19: hue angle of 79.25º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D4E19 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.

Color convert

RGB617825-
CMYK0.2200.680.69
HSL79.25º51.46%20.2%-
HSV(B)79.25º67.95%30.59%-
XYZ4.826.511.92-
YUV66.87104.37123.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.20%
GREEN value IS 78 (30.86% from 255) = 47.56%
BLUE value IS 25 (10.16% from 255) = 15.24%
R=37.20%
G=47.56%
B=15.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6178250.2200.680.6979.2551.4620.2
Hex3D4E1916044454f3314
Octal75116312601041051176324
Binary11110110011101100110110010001001000101100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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