#3C5510

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

Shades of Verdun Green #3C5510

Tints of Verdun Green #3C5510

Color information

#3C5510 (or 0x3C5510) is unknown color: approx Verdun Green. HEX triplet: 3C, 55 and 10. RGB value is (60,85,16). Sum of RGB (Red+Green+Blue) = 60+85+16=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5510 is #C3AAEF. Grayscale: #454545. Windows color (decimal): -12823280 or 1070396. OLE color: 1070396.

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

Color convert

RGB608516-
CMYK0.2900.810.67
HSL81.74º68.32%19.8%-
HSV(B)81.74º81.18%33.33%-
XYZ5.217.51.66-
YUV69.6697.72121.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.27%
GREEN value IS 85 (33.59% from 255) = 52.80%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=37.27%
G=52.80%
B=9.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6085160.2900.810.6781.7468.3219.8
Hex3C55101D05143524414
Octal741252035012110312210424
Binary111100101010110000111010101000110000111010010100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,85,16); }

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

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

 a { background-color: rgb(60,85,16); }

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

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

 span { border-color: rgb(60,85,16); }

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