#3C5F54

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

Shades of Stromboli #3C5F54

Tints of Stromboli #3C5F54

Color information

#3C5F54 (or 0x3C5F54) is unknown color: approx Stromboli. HEX triplet: 3C, 5F and 54. RGB value is (60,95,84). Sum of RGB (Red+Green+Blue) = 60+95+84=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5F54 is #C3A0AB. Grayscale: #535353. Windows color (decimal): -12820652 or 5529404. OLE color: 5529404.

HSL color Cylindrical-coordinate representation of color #3C5F54: hue angle of 161.14º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C5F54 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.

Color convert

RGB609584-
CMYK0.3700.120.63
HSL161.14º22.58%30.39%-
HSV(B)161.14º36.84%37.25%-
XYZ7.569.799.88-
YUV83.28128.4111.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.10%
GREEN value IS 95 (37.5% from 255) = 39.75%
BLUE value IS 84 (33.20% from 255) = 35.15%
R=25.10%
G=39.75%
B=35.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6095840.3700.120.63161.1422.5830.39
Hex3C5F54250C3Fa1171e
Octal7413712445014772412736
Binary1111001011111101010010010101100111111101000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,95,84); }

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

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

 a { background-color: rgb(60,95,84); }

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

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

 span { border-color: rgb(60,95,84); }

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