#3D4C13

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

Shades of Verdun Green #3D4C13

Tints of Verdun Green #3D4C13

Color information

#3D4C13 (or 0x3D4C13) is unknown color: approx Verdun Green. HEX triplet: 3D, 4C and 13. RGB value is (61,76,19). Sum of RGB (Red+Green+Blue) = 61+76+19=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4C13 is #C2B3EC. Grayscale: #414141. Windows color (decimal): -12760045 or 1264701. OLE color: 1264701.

HSL color Cylindrical-coordinate representation of color #3D4C13: hue angle of 75.79º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D4C13 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB617619-
CMYK0.2000.750.70
HSL75.79º60%18.63%-
HSV(B)75.79º75%29.8%-
XYZ4.636.211.57-
YUV65.02102.03125.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.10%
GREEN value IS 76 (30.08% from 255) = 48.72%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=39.10%
G=48.72%
B=12.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6176190.2000.750.7075.796018.63
Hex3D4C131404B464c3c13
Octal75114232401131061147423
Binary11110110011001001110100010010111000110100110011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,76,19); }

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

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

 a { background-color: rgb(61,76,19); }

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

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

 span { border-color: rgb(61,76,19); }

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