#3C635D

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

Shades of Stromboli #3C635D

Tints of Stromboli #3C635D

Color information

#3C635D (or 0x3C635D) is unknown color: approx Stromboli. HEX triplet: 3C, 63 and 5D. RGB value is (60,99,93). Sum of RGB (Red+Green+Blue) = 60+99+93=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #3C635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C635D is #C39CA2. Grayscale: #565656. Windows color (decimal): -12819619 or 6120252. OLE color: 6120252.

HSL color Cylindrical-coordinate representation of color #3C635D: hue angle of 170.77º 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 #3C635D is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB609993-
CMYK0.3900.060.61
HSL170.77º24.53%31.18%-
HSV(B)170.77º39.39%38.82%-
XYZ8.310.6711.98-
YUV86.66131.58108.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.81%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=23.81%
G=39.29%
B=36.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6099930.3900.060.61170.7724.5331.18
Hex3C635D27063Dab191f
Octal741431354706752533137
Binary111100110001110111011001110110111101101010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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