#3E6A5A

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

Shades of Stromboli #3E6A5A

Tints of Stromboli #3E6A5A

Color information

#3E6A5A (or 0x3E6A5A) is unknown color: approx Stromboli. HEX triplet: 3E, 6A and 5A. RGB value is (62,106,90). Sum of RGB (Red+Green+Blue) = 62+106+90=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 106 - color contains mainly: green. Hex color #3E6A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6A5A is #C195A5. Grayscale: #5B5B5B. Windows color (decimal): -12686758 or 5925438. OLE color: 5925438.

HSL color Cylindrical-coordinate representation of color #3E6A5A: hue angle of 158.18º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E6A5A is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB6210690-
CMYK0.4200.150.58
HSL158.18º26.19%32.94%-
HSV(B)158.18º41.51%41.57%-
XYZ8.9912.0711.53-
YUV91.02127.42107.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.03%
GREEN value IS 106 (41.80% from 255) = 41.09%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=24.03%
G=41.09%
B=34.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62106900.4200.150.58158.1826.1932.94
Hex3E6A5A2A0F3A9e1a21
Octal7615213252017722363241
Binary11111011010101011010101010011111110101001111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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