#3D4F18

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

Shades of Verdun Green #3D4F18

Tints of Verdun Green #3D4F18

Color information

#3D4F18 (or 0x3D4F18) is unknown color: approx Verdun Green. HEX triplet: 3D, 4F and 18. RGB value is (61,79,24). Sum of RGB (Red+Green+Blue) = 61+79+24=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #3D4F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D4F18 is #C2B0E7. Grayscale: #434343. Windows color (decimal): -12759272 or 1593149. OLE color: 1593149.

HSL color Cylindrical-coordinate representation of color #3D4F18: hue angle of 79.64º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D4F18 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB617924-
CMYK0.2300.700.69
HSL79.64º53.4%20.2%-
HSV(B)79.64º69.62%30.98%-
XYZ4.896.651.89-
YUV67.35103.54123.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.20%
GREEN value IS 79 (31.25% from 255) = 48.17%
BLUE value IS 24 (9.77% from 255) = 14.63%
R=37.20%
G=48.17%
B=14.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6179240.2300.700.6979.6453.420.2
Hex3D4F181704645503514
Octal75117302701061051206524
Binary11110110011111100010111010001101000101101000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,79,24); }

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

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

 a { background-color: rgb(61,79,24); }

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

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

 span { border-color: rgb(61,79,24); }

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