#3D4900

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

Shades of Verdun Green #3D4900

Tints of Verdun Green #3D4900

Color information

#3D4900 (or 0x3D4900) is unknown color: approx Verdun Green. HEX triplet: 3D, 49 and 00. RGB value is (61,73,0). Sum of RGB (Red+Green+Blue) = 61+73+0=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #3D4900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4900 is #C2B6FF. Grayscale: #3D3D3D. Windows color (decimal): -12760832 or 18749. OLE color: 18749.

HSL color Cylindrical-coordinate representation of color #3D4900: hue angle of 69.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D4900 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB61730-
CMYK0.16010.71
HSL69.86º100%14.31%-
HSV(B)69.86º100%28.63%-
XYZ4.315.760.88-
YUV61.0993.52127.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.52%
GREEN value IS 73 (28.91% from 255) = 54.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.52%
G=54.48%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal617300.16010.7169.8610014.31
Hex3D49010064474664e
Octal75111020014410710614416
Binary1111011001001010000011001001000111100011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,73,0); }

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

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

 a { background-color: rgb(61,73,0); }

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

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

 span { border-color: rgb(61,73,0); }

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