#3C645C

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

Shades of Stromboli #3C645C

Tints of Stromboli #3C645C

Color information

#3C645C (or 0x3C645C) is unknown color: approx Stromboli. HEX triplet: 3C, 64 and 5C. RGB value is (60,100,92). Sum of RGB (Red+Green+Blue) = 60+100+92=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 100 - color contains mainly: green. Hex color #3C645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C645C is #C39BA3. Grayscale: #575757. Windows color (decimal): -12819364 or 6054972. OLE color: 6054972.

HSL color Cylindrical-coordinate representation of color #3C645C: hue angle of 168º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C645C is Cyan = 0.4, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB6010092-
CMYK0.400.080.61
HSL168º25%31.37%-
HSV(B)168º40%39.22%-
XYZ8.3510.8511.78-
YUV87.13130.75108.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.81%
GREEN value IS 100 (39.45% from 255) = 39.68%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=23.81%
G=39.68%
B=36.51%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal60100920.400.080.611682531.37
Hex3C645C28083Da8191f
Octal7414413450010752503137
Binary1111001100100101110010100001000111101101010001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,100,92); }

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

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

 a { background-color: rgb(60,100,92); }

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

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

 span { border-color: rgb(60,100,92); }

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