#3C6804

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

Shades of Verdun Green #3C6804

Tints of Verdun Green #3C6804

Color information

#3C6804 (or 0x3C6804) is unknown color: approx Verdun Green. HEX triplet: 3C, 68 and 04. RGB value is (60,104,4). Sum of RGB (Red+Green+Blue) = 60+104+4=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 104 (41.02% from 255 or 61.90% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 104 - color contains mainly: green. Hex color #3C6804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6804 is #C397FB. Grayscale: #4F4F4F. Windows color (decimal): -12818428 or 288828. OLE color: 288828.

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

Color convert

RGB601044-
CMYK0.4200.960.59
HSL86.4º92.59%21.18%-
HSV(B)86.4º96.15%40.78%-
XYZ6.8410.871.85-
YUV79.4485.42114.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.71%
GREEN value IS 104 (41.02% from 255) = 61.90%
BLUE value IS 4 (1.95% from 255) = 2.38%
R=35.71%
G=61.90%
B=2.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6010440.4200.960.5986.492.5921.18
Hex3C6842A0603B565d15
Octal7415045201407312613525
Binary1111001101000100101010011000001110111010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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