#3C6800

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

Shades of Verdun Green #3C6800

Tints of Verdun Green #3C6800

Color information

#3C6800 (or 0x3C6800) is unknown color: approx Verdun Green. HEX triplet: 3C, 68 and 00. RGB value is (60,104,0). Sum of RGB (Red+Green+Blue) = 60+104+0=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 104 (41.02% from 255 or 63.41% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 104 - color contains mainly: green. Hex color #3C6800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6800 is #C397FF. Grayscale: #4F4F4F. Windows color (decimal): -12818432 or 26684. OLE color: 26684.

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

Color convert

RGB601040-
CMYK0.42010.59
HSL85.38º100%20.39%-
HSV(B)85.38º100%40.78%-
XYZ6.8110.861.74-
YUV78.9983.42114.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.59%
GREEN value IS 104 (41.02% from 255) = 63.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.59%
G=63.41%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6010400.42010.5985.3810020.39
Hex3C6802A0643B556414
Octal7415005201447312514424
Binary11110011010000101010011001001110111010101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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