#3C6153

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

Shades of Stromboli #3C6153

Tints of Stromboli #3C6153

Color information

#3C6153 (or 0x3C6153) is unknown color: approx Stromboli. HEX triplet: 3C, 61 and 53. RGB value is (60,97,83). Sum of RGB (Red+Green+Blue) = 60+97+83=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #3C6153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6153 is #C39EAC. Grayscale: #545454. Windows color (decimal): -12820141 or 5464380. OLE color: 5464380.

HSL color Cylindrical-coordinate representation of color #3C6153: hue angle of 157.3º degrees, saturation: 0.24, 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 #3C6153 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB609783-
CMYK0.3800.140.62
HSL157.3º23.57%30.78%-
HSV(B)157.3º38.14%38.04%-
XYZ7.710.139.73-
YUV84.34127.24110.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25%
GREEN value IS 97 (38.28% from 255) = 40.42%
BLUE value IS 83 (32.81% from 255) = 34.58%
R=25%
G=40.42%
B=34.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6097830.3800.140.62157.323.5730.78
Hex3C6153260E3E9d181f
Octal7414112346016762353037
Binary1111001100001101001110011001110111110100111011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,97,83); }

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

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

 a { background-color: rgb(60,97,83); }

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

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

 span { border-color: rgb(60,97,83); }

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