#3C6015

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

Shades of Verdun Green #3C6015

Tints of Verdun Green #3C6015

Color information

#3C6015 (or 0x3C6015) is unknown color: approx Verdun Green. HEX triplet: 3C, 60 and 15. RGB value is (60,96,21). Sum of RGB (Red+Green+Blue) = 60+96+21=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6015 is #C39FEA. Grayscale: #4C4C4C. Windows color (decimal): -12820459 or 1400892. OLE color: 1400892.

HSL color Cylindrical-coordinate representation of color #3C6015: hue angle of 88.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C6015 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB609621-
CMYK0.3800.780.62
HSL88.8º64.1%22.94%-
HSV(B)88.8º78.12%37.65%-
XYZ6.189.382.19-
YUV76.6996.57116.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.90%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=33.90%
G=54.24%
B=11.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096210.3800.780.6288.864.122.94
Hex3C60152604E3E594017
Octal74140254601167613110027
Binary111100110000010101100110010011101111101011001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,96,21); }

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

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

 a { background-color: rgb(60,96,21); }

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

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

 span { border-color: rgb(60,96,21); }

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