#3C6807

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

Shades of Verdun Green #3C6807

Tints of Verdun Green #3C6807

Color information

#3C6807 (or 0x3C6807) is unknown color: approx Verdun Green. HEX triplet: 3C, 68 and 07. RGB value is (60,104,7). Sum of RGB (Red+Green+Blue) = 60+104+7=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 104 (41.02% from 255 or 60.82% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 104 - color contains mainly: green. Hex color #3C6807 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6807 is #C397F8. Grayscale: #505050. Windows color (decimal): -12818425 or 485436. OLE color: 485436.

HSL color Cylindrical-coordinate representation of color #3C6807: hue angle of 87.22º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C6807 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB601047-
CMYK0.4200.930.59
HSL87.22º87.39%21.76%-
HSV(B)87.22º93.27%40.78%-
XYZ6.8510.881.94-
YUV79.7986.92113.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.09%
GREEN value IS 104 (41.02% from 255) = 60.82%
BLUE value IS 7 (3.12% from 255) = 4.09%
R=35.09%
G=60.82%
B=4.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6010470.4200.930.5987.2287.3921.76
Hex3C6872A05D3B575716
Octal7415075201357312712726
Binary1111001101000111101010010111011110111010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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