#3A4E0D

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

Shades of Verdun Green #3A4E0D

Tints of Verdun Green #3A4E0D

Color information

#3A4E0D (or 0x3A4E0D) is unknown color: approx Verdun Green. HEX triplet: 3A, 4E and 0D. RGB value is (58,78,13). Sum of RGB (Red+Green+Blue) = 58+78+13=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 78 (30.86% from 255 or 52.35% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A4E0D is #C5B1F2. Grayscale: #404040. Windows color (decimal): -12956147 or 871994. OLE color: 871994.

HSL color Cylindrical-coordinate representation of color #3A4E0D: hue angle of 78.46º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A4E0D is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB587813-
CMYK0.2600.830.69
HSL78.46º71.43%17.84%-
HSV(B)78.46º83.33%30.59%-
XYZ4.546.381.37-
YUV64.6198.87123.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.93%
GREEN value IS 78 (30.86% from 255) = 52.35%
BLUE value IS 13 (5.47% from 255) = 8.72%
R=38.93%
G=52.35%
B=8.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5878130.2600.830.6978.4671.4317.84
Hex3A4ED1A053454e4712
Octal721161532012310511610722
Binary11101010011101101110100101001110001011001110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,78,13); }

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

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

 a { background-color: rgb(58,78,13); }

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

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

 span { border-color: rgb(58,78,13); }

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