#3C625B

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

Shades of Stromboli #3C625B

Tints of Stromboli #3C625B

Color information

#3C625B (or 0x3C625B) is unknown color: approx Stromboli. HEX triplet: 3C, 62 and 5B. RGB value is (60,98,91). Sum of RGB (Red+Green+Blue) = 60+98+91=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #3C625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C625B is #C39DA4. Grayscale: #555555. Windows color (decimal): -12819877 or 5988924. OLE color: 5988924.

HSL color Cylindrical-coordinate representation of color #3C625B: hue angle of 168.95º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C625B is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB609891-
CMYK0.3900.070.62
HSL168.95º24.05%30.98%-
HSV(B)168.95º38.78%38.43%-
XYZ8.1210.4511.49-
YUV85.84130.91109.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.10%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 91 (35.94% from 255) = 36.55%
R=24.10%
G=39.36%
B=36.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6098910.3900.070.62168.9524.0530.98
Hex3C625B27073Ea9181f
Octal741421334707762513037
Binary111100110001010110111001110111111110101010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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