#3C6709

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

Shades of Verdun Green #3C6709

Tints of Verdun Green #3C6709

Color information

#3C6709 (or 0x3C6709) is unknown color: approx Verdun Green. HEX triplet: 3C, 67 and 09. RGB value is (60,103,9). Sum of RGB (Red+Green+Blue) = 60+103+9=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 103 (40.62% from 255 or 59.88% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 103 - color contains mainly: green. Hex color #3C6709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6709 is #C398F6. Grayscale: #4F4F4F. Windows color (decimal): -12818679 or 616252. OLE color: 616252.

HSL color Cylindrical-coordinate representation of color #3C6709: hue angle of 87.45º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C6709 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB601039-
CMYK0.4200.910.60
HSL87.45º83.93%21.96%-
HSV(B)87.45º91.26%40.39%-
XYZ6.7610.681.96-
YUV79.4388.25114.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.88%
GREEN value IS 103 (40.62% from 255) = 59.88%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=34.88%
G=59.88%
B=5.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6010390.4200.910.6087.4583.9321.96
Hex3C6792A05B3C575416
Octal74147115201337412712426
Binary11110011001111001101010010110111111001010111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,103,9); }

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

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

 a { background-color: rgb(60,103,9); }

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

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

 span { border-color: rgb(60,103,9); }

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