#3A5202

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

Shades of Verdun Green #3A5202

Tints of Verdun Green #3A5202

Color information

#3A5202 (or 0x3A5202) is unknown color: approx Verdun Green. HEX triplet: 3A, 52 and 02. RGB value is (58,82,2). Sum of RGB (Red+Green+Blue) = 58+82+2=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #3A5202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5202 is #C5ADFD. Grayscale: #424242. Windows color (decimal): -12955134 or 152122. OLE color: 152122.

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

Color convert

RGB58822-
CMYK0.2900.980.68
HSL78º95.24%16.47%-
HSV(B)78º97.56%32.16%-
XYZ4.776.941.15-
YUV65.792.05122.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.85%
GREEN value IS 82 (32.42% from 255) = 57.75%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=40.85%
G=57.75%
B=1.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal588220.2900.980.687895.2416.47
Hex3A5221D062444e5f10
Octal72122235014210411613720
Binary111010101001010111010110001010001001001110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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