#3A520E

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

Shades of Verdun Green #3A520E

Tints of Verdun Green #3A520E

Color information

#3A520E (or 0x3A520E) is unknown color: approx Verdun Green. HEX triplet: 3A, 52 and 0E. RGB value is (58,82,14). Sum of RGB (Red+Green+Blue) = 58+82+14=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #3A520E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A520E is #C5ADF1. Grayscale: #434343. Windows color (decimal): -12955122 or 938554. OLE color: 938554.

HSL color Cylindrical-coordinate representation of color #3A520E: hue angle of 81.18º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A520E is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB588214-
CMYK0.2900.830.68
HSL81.18º70.83%18.82%-
HSV(B)81.18º82.93%32.16%-
XYZ4.846.971.5-
YUV67.0798.05121.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.66%
GREEN value IS 82 (32.42% from 255) = 53.25%
BLUE value IS 14 (5.86% from 255) = 9.09%
R=37.66%
G=53.25%
B=9.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5882140.2900.830.6881.1870.8318.82
Hex3A52E1D05344514713
Octal721221635012310412110723
Binary11101010100101110111010101001110001001010001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,82,14); }

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

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

 a { background-color: rgb(58,82,14); }

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

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

 span { border-color: rgb(58,82,14); }

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