#3C610C

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

Shades of Verdun Green #3C610C

Tints of Verdun Green #3C610C

Color information

#3C610C (or 0x3C610C) is unknown color: approx Verdun Green. HEX triplet: 3C, 61 and 0C. RGB value is (60,97,12). Sum of RGB (Red+Green+Blue) = 60+97+12=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #3C610C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C610C is #C39EF3. Grayscale: #4C4C4C. Windows color (decimal): -12820212 or 811324. OLE color: 811324.

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

Color convert

RGB609712-
CMYK0.3800.880.62
HSL86.12º77.98%21.37%-
HSV(B)86.12º87.63%38.04%-
XYZ6.29.541.86-
YUV76.2591.74116.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.50%
GREEN value IS 97 (38.28% from 255) = 57.40%
BLUE value IS 12 (5.08% from 255) = 7.10%
R=35.50%
G=57.40%
B=7.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6097120.3800.880.6286.1277.9821.37
Hex3C61C260583E564e15
Octal74141144601307612611625
Binary11110011000011100100110010110001111101010110100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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