#3C550C

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

Shades of Verdun Green #3C550C

Tints of Verdun Green #3C550C

Color information

#3C550C (or 0x3C550C) is unknown color: approx Verdun Green. HEX triplet: 3C, 55 and 0C. RGB value is (60,85,12). Sum of RGB (Red+Green+Blue) = 60+85+12=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #3C550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C550C is #C3AAF3. Grayscale: #454545. Windows color (decimal): -12823284 or 808252. OLE color: 808252.

HSL color Cylindrical-coordinate representation of color #3C550C: hue angle of 80.55º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C550C is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB608512-
CMYK0.2900.860.67
HSL80.55º75.26%19.02%-
HSV(B)80.55º85.88%33.33%-
XYZ5.187.481.52-
YUV69.295.72121.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.22%
GREEN value IS 85 (33.59% from 255) = 54.14%
BLUE value IS 12 (5.08% from 255) = 7.64%
R=38.22%
G=54.14%
B=7.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6085120.2900.860.6780.5575.2619.02
Hex3C55C1D05643514b13
Octal741251435012610312111323
Binary11110010101011100111010101011010000111010001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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