#3A6B61

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

Shades of Stromboli #3A6B61

Tints of Stromboli #3A6B61

Color information

#3A6B61 (or 0x3A6B61) is unknown color: approx Stromboli. HEX triplet: 3A, 6B and 61. RGB value is (58,107,97). Sum of RGB (Red+Green+Blue) = 58+107+97=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6B61 is #C5949E. Grayscale: #5B5B5B. Windows color (decimal): -12948639 or 6384442. OLE color: 6384442.

HSL color Cylindrical-coordinate representation of color #3A6B61: hue angle of 167.76º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A6B61 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB5810797-
CMYK0.4600.090.58
HSL167.76º29.7%32.35%-
HSV(B)167.76º45.79%41.96%-
XYZ9.1612.2813.2-
YUV91.21131.27104.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.14%
GREEN value IS 107 (42.19% from 255) = 40.84%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=22.14%
G=40.84%
B=37.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58107970.4600.090.58167.7629.732.35
Hex3A6B612E093Aa81e20
Octal7215314156011722503640
Binary11101011010111100001101110010011110101010100011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,107,97); }

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

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

 a { background-color: rgb(58,107,97); }

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

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

 span { border-color: rgb(58,107,97); }

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