#3C635B

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

Shades of Stromboli #3C635B

Tints of Stromboli #3C635B

Color information

#3C635B (or 0x3C635B) is unknown color: approx Stromboli. HEX triplet: 3C, 63 and 5B. RGB value is (60,99,91). Sum of RGB (Red+Green+Blue) = 60+99+91=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #3C635B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C635B is #C39CA4. Grayscale: #565656. Windows color (decimal): -12819621 or 5989180. OLE color: 5989180.

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

Color convert

RGB609991-
CMYK0.3900.080.61
HSL167.69º24.53%31.18%-
HSV(B)167.69º39.39%38.82%-
XYZ8.2110.6411.52-
YUV86.43130.58109.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 91 (35.94% from 255) = 36.4%
R=24%
G=39.6%
B=36.4%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6099910.3900.080.61167.6924.5331.18
Hex3C635B27083Da8191f
Octal7414313347010752503137
Binary1111001100011101101110011101000111101101010001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,99,91); }

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

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

 a { background-color: rgb(60,99,91); }

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

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

 span { border-color: rgb(60,99,91); }

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