#3E605A

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

Shades of Stromboli #3E605A

Tints of Stromboli #3E605A

Color information

#3E605A (or 0x3E605A) is unknown color: approx Stromboli. HEX triplet: 3E, 60 and 5A. RGB value is (62,96,90). Sum of RGB (Red+Green+Blue) = 62+96+90=248 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #3E605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E605A is #C19FA5. Grayscale: #555555. Windows color (decimal): -12689318 or 5922878. OLE color: 5922878.

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

Color convert

RGB629690-
CMYK0.3500.060.62
HSL169.41º21.52%30.98%-
HSV(B)169.41º35.42%37.65%-
XYZ8.0110.1311.21-
YUV85.15130.74111.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=25%
G=38.71%
B=36.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6296900.3500.060.62169.4121.5230.98
Hex3E605A23063Ea9161f
Octal761401324306762512637
Binary111110110000010110101000110110111110101010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,96,90); }

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

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

 a { background-color: rgb(62,96,90); }

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

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

 span { border-color: rgb(62,96,90); }

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