#3C5007

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

Shades of Verdun Green #3C5007

Tints of Verdun Green #3C5007

Color information

#3C5007 (or 0x3C5007) is unknown color: approx Verdun Green. HEX triplet: 3C, 50 and 07. RGB value is (60,80,7). Sum of RGB (Red+Green+Blue) = 60+80+7=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #3C5007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5007 is #C3AFF8. Grayscale: #414141. Windows color (decimal): -12824569 or 479292. OLE color: 479292.

HSL color Cylindrical-coordinate representation of color #3C5007: hue angle of 76.44º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C5007 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB60807-
CMYK0.2500.910.69
HSL76.44º83.91%17.06%-
HSV(B)76.44º91.25%31.37%-
XYZ4.776.711.25-
YUV65.794.87123.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.82%
GREEN value IS 80 (31.64% from 255) = 54.42%
BLUE value IS 7 (3.12% from 255) = 4.76%
R=40.82%
G=54.42%
B=4.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal608070.2500.910.6976.4483.9117.06
Hex3C5071905B454c5411
Octal74120731013310511412421
Binary1111001010000111110010101101110001011001100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,80,7); }

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

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

 a { background-color: rgb(60,80,7); }

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

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

 span { border-color: rgb(60,80,7); }

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