#3C5403

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

Shades of Verdun Green #3C5403

Tints of Verdun Green #3C5403

Color information

#3C5403 (or 0x3C5403) is unknown color: approx Verdun Green. HEX triplet: 3C, 54 and 03. RGB value is (60,84,3). Sum of RGB (Red+Green+Blue) = 60+84+3=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 84 (33.20% from 255 or 57.14% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5403 is #C3ABFC. Grayscale: #434343. Windows color (decimal): -12823549 or 218172. OLE color: 218172.

HSL color Cylindrical-coordinate representation of color #3C5403: hue angle of 77.78º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C5403 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB60843-
CMYK0.2900.960.67
HSL77.78º93.1%17.06%-
HSV(B)77.78º96.43%32.94%-
XYZ5.057.311.23-
YUV67.5991.55122.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.82%
GREEN value IS 84 (33.20% from 255) = 57.14%
BLUE value IS 3 (1.56% from 255) = 2.04%
R=40.82%
G=57.14%
B=2.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal608430.2900.960.6777.7893.117.06
Hex3C5431D060434e5d11
Octal74124335014010311613521
Binary111100101010011111010110000010000111001110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,84,3); }

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

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

 a { background-color: rgb(60,84,3); }

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

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

 span { border-color: rgb(60,84,3); }

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