#3C6609

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

Shades of Verdun Green #3C6609

Tints of Verdun Green #3C6609

Color information

#3C6609 (or 0x3C6609) is unknown color: approx Verdun Green. HEX triplet: 3C, 66 and 09. RGB value is (60,102,9). Sum of RGB (Red+Green+Blue) = 60+102+9=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #3C6609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6609 is #C399F6. Grayscale: #4F4F4F. Windows color (decimal): -12818935 or 615996. OLE color: 615996.

HSL color Cylindrical-coordinate representation of color #3C6609: hue angle of 87.1º 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 #3C6609 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB601029-
CMYK0.4100.910.6
HSL87.1º83.78%21.76%-
HSV(B)87.1º91.18%40%-
XYZ6.6610.481.93-
YUV78.8488.59114.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.09%
GREEN value IS 102 (40.23% from 255) = 59.65%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=35.09%
G=59.65%
B=5.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6010290.4100.910.687.183.7821.76
Hex3C6692905B3C575416
Octal74146115101337412712426
Binary11110011001101001101001010110111111001010111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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