#3C540D

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

Shades of Verdun Green #3C540D

Tints of Verdun Green #3C540D

Color information

#3C540D (or 0x3C540D) is unknown color: approx Verdun Green. HEX triplet: 3C, 54 and 0D. RGB value is (60,84,13). Sum of RGB (Red+Green+Blue) = 60+84+13=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #3C540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C540D is #C3ABF2. Grayscale: #444444. Windows color (decimal): -12823539 or 873532. OLE color: 873532.

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

Color convert

RGB608413-
CMYK0.2900.850.67
HSL80.28º73.2%19.02%-
HSV(B)80.28º84.52%32.94%-
XYZ5.117.331.53-
YUV68.7396.55121.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.22%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 13 (5.47% from 255) = 8.28%
R=38.22%
G=53.50%
B=8.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6084130.2900.850.6780.2873.219.02
Hex3C54D1D05543504913
Octal741241535012510312011123
Binary11110010101001101111010101010110000111010000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C540D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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