#3C6852

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

Shades of Stromboli #3C6852

Tints of Stromboli #3C6852

Color information

#3C6852 (or 0x3C6852) is unknown color: approx Stromboli. HEX triplet: 3C, 68 and 52. RGB value is (60,104,82). Sum of RGB (Red+Green+Blue) = 60+104+82=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #3C6852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6852 is #C397AD. Grayscale: #585858. Windows color (decimal): -12818350 or 5400636. OLE color: 5400636.

HSL color Cylindrical-coordinate representation of color #3C6852: hue angle of 150º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C6852 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB6010482-
CMYK0.4200.210.59
HSL150º26.83%32.16%-
HSV(B)150º42.31%40.78%-
XYZ8.3411.479.76-
YUV88.34124.42107.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.39%
GREEN value IS 104 (41.02% from 255) = 42.28%
BLUE value IS 82 (32.42% from 255) = 33.33%
R=24.39%
G=42.28%
B=33.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60104820.4200.210.5915026.8332.16
Hex3C68522A0153B961b20
Octal7415012252025732263340
Binary111100110100010100101010100101011110111001011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,104,82); }

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

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

 a { background-color: rgb(60,104,82); }

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

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

 span { border-color: rgb(60,104,82); }

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