#3C6057

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

Shades of Stromboli #3C6057

Tints of Stromboli #3C6057

Color information

#3C6057 (or 0x3C6057) is unknown color: approx Stromboli. HEX triplet: 3C, 60 and 57. RGB value is (60,96,87). Sum of RGB (Red+Green+Blue) = 60+96+87=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6057 is #C39FA8. Grayscale: #545454. Windows color (decimal): -12820393 or 5726268. OLE color: 5726268.

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

Color convert

RGB609687-
CMYK0.3800.090.62
HSL165º23.08%30.59%-
HSV(B)165º37.5%37.65%-
XYZ7.7710.0110.54-
YUV84.21129.57110.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.69%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 87 (34.38% from 255) = 35.80%
R=24.69%
G=39.51%
B=35.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096870.3800.090.6216523.0830.59
Hex3C605726093Ea5171f
Octal7414012746011762452737
Binary1111001100000101011110011001001111110101001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,96,87); }

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

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

 a { background-color: rgb(60,96,87); }

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

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

 span { border-color: rgb(60,96,87); }

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