#3D4E1A

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

Shades of Verdun Green #3D4E1A

Tints of Verdun Green #3D4E1A

Color information

#3D4E1A (or 0x3D4E1A) is unknown color: approx Verdun Green. HEX triplet: 3D, 4E and 1A. RGB value is (61,78,26). Sum of RGB (Red+Green+Blue) = 61+78+26=165 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.97% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #3D4E1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4E1A is #C2B1E5. Grayscale: #434343. Windows color (decimal): -12759526 or 1723965. OLE color: 1723965.

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

Color convert

RGB617826-
CMYK0.2200.670.69
HSL79.62º50%20.39%-
HSV(B)79.62º66.67%30.59%-
XYZ4.846.521.98-
YUV66.99104.87123.73-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.97%
GREEN value IS 78 (30.86% from 255) = 47.27%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=36.97%
G=47.27%
B=15.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6178260.2200.670.6979.625020.39
Hex3D4E1A1604345503214
Octal75116322601031051206224
Binary11110110011101101010110010000111000101101000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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