#3C6108

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

Shades of Verdun Green #3C6108

Tints of Verdun Green #3C6108

Color information

#3C6108 (or 0x3C6108) is unknown color: approx Verdun Green. HEX triplet: 3C, 61 and 08. RGB value is (60,97,8). Sum of RGB (Red+Green+Blue) = 60+97+8=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #3C6108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6108 is #C39EF7. Grayscale: #4C4C4C. Windows color (decimal): -12820216 or 549180. OLE color: 549180.

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

Color convert

RGB60978-
CMYK0.3800.920.62
HSL84.94º84.76%20.59%-
HSV(B)84.94º91.75%38.04%-
XYZ6.189.531.74-
YUV75.7989.74116.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.36%
GREEN value IS 97 (38.28% from 255) = 58.79%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=36.36%
G=58.79%
B=4.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal609780.3800.920.6284.9484.7620.59
Hex3C6182605C3E555515
Octal74141104601347612512525
Binary11110011000011000100110010111001111101010101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,97,8); }

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

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

 a { background-color: rgb(60,97,8); }

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

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

 span { border-color: rgb(60,97,8); }

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