#3C520D

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

Shades of Verdun Green #3C520D

Tints of Verdun Green #3C520D

Color information

#3C520D (or 0x3C520D) is unknown color: approx Verdun Green. HEX triplet: 3C, 52 and 0D. RGB value is (60,82,13). Sum of RGB (Red+Green+Blue) = 60+82+13=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #3C520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C520D is #C3ADF2. Grayscale: #434343. Windows color (decimal): -12824051 or 873020. OLE color: 873020.

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

Color convert

RGB608213-
CMYK0.2700.840.68
HSL79.13º72.63%18.63%-
HSV(B)79.13º84.15%32.16%-
XYZ4.957.021.48-
YUV67.5697.21122.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.71%
GREEN value IS 82 (32.42% from 255) = 52.90%
BLUE value IS 13 (5.47% from 255) = 8.39%
R=38.71%
G=52.90%
B=8.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6082130.2700.840.6879.1372.6318.63
Hex3C52D1B054444f4913
Octal741221533012410411711123
Binary11110010100101101110110101010010001001001111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,82,13); }

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

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

 a { background-color: rgb(60,82,13); }

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

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

 span { border-color: rgb(60,82,13); }

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