#3A4E05

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

Shades of Verdun Green #3A4E05

Tints of Verdun Green #3A4E05

Color information

#3A4E05 (or 0x3A4E05) is unknown color: approx Verdun Green. HEX triplet: 3A, 4E and 05. RGB value is (58,78,5). Sum of RGB (Red+Green+Blue) = 58+78+5=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A4E05 is #C5B1FA. Grayscale: #3F3F3F. Windows color (decimal): -12956155 or 347706. OLE color: 347706.

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

Color convert

RGB58785-
CMYK0.2600.940.69
HSL76.44º87.95%16.27%-
HSV(B)76.44º93.59%30.59%-
XYZ4.56.361.13-
YUV63.794.87123.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 41.13%
GREEN value IS 78 (30.86% from 255) = 55.32%
BLUE value IS 5 (2.34% from 255) = 3.55%
R=41.13%
G=55.32%
B=3.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal587850.2600.940.6976.4487.9516.27
Hex3A4E51A05E454c5810
Octal72116532013610511413020
Binary1110101001110101110100101111010001011001100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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