#3C615A

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

Shades of Stromboli #3C615A

Tints of Stromboli #3C615A

Color information

#3C615A (or 0x3C615A) is unknown color: approx Stromboli. HEX triplet: 3C, 61 and 5A. RGB value is (60,97,90). Sum of RGB (Red+Green+Blue) = 60+97+90=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #3C615A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C615A is #C39EA5. Grayscale: #555555. Windows color (decimal): -12820134 or 5923132. OLE color: 5923132.

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

Color convert

RGB609790-
CMYK0.3800.070.62
HSL168.65º23.57%30.78%-
HSV(B)168.65º38.14%38.04%-
XYZ7.9810.2511.23-
YUV85.14130.74110.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.29%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=24.29%
G=39.27%
B=36.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6097900.3800.070.62168.6523.5730.78
Hex3C615A26073Ea9181f
Octal741411324607762513037
Binary111100110000110110101001100111111110101010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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