#3D4C17

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

Shades of Verdun Green #3D4C17

Tints of Verdun Green #3D4C17

Color information

#3D4C17 (or 0x3D4C17) is unknown color: approx Verdun Green. HEX triplet: 3D, 4C and 17. RGB value is (61,76,23). Sum of RGB (Red+Green+Blue) = 61+76+23=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4C17 is #C2B3E8. Grayscale: #414141. Windows color (decimal): -12760041 or 1526845. OLE color: 1526845.

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

Color convert

RGB617623-
CMYK0.2000.700.70
HSL76.98º53.54%19.41%-
HSV(B)76.98º69.74%29.8%-
XYZ4.666.221.77-
YUV65.47104.03124.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.12%
GREEN value IS 76 (30.08% from 255) = 47.5%
BLUE value IS 23 (9.38% from 255) = 14.38%
R=38.12%
G=47.5%
B=14.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6176230.2000.700.7076.9853.5419.41
Hex3D4C1714046464d3613
Octal75114272401061061156623
Binary11110110011001011110100010001101000110100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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