#3A6F58

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

Shades of Stromboli #3A6F58

Tints of Stromboli #3A6F58

Color information

#3A6F58 (or 0x3A6F58) is unknown color: approx Stromboli. HEX triplet: 3A, 6F and 58. RGB value is (58,111,88). Sum of RGB (Red+Green+Blue) = 58+111+88=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6F58 is #C590A7. Grayscale: #5C5C5C. Windows color (decimal): -12947624 or 5795642. OLE color: 5795642.

HSL color Cylindrical-coordinate representation of color #3A6F58: hue angle of 153.96º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6F58 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB5811188-
CMYK0.4800.210.56
HSL153.96º31.36%33.14%-
HSV(B)153.96º47.75%43.53%-
XYZ9.1912.9711.25-
YUV92.53125.44103.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.57%
GREEN value IS 111 (43.75% from 255) = 43.19%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=22.57%
G=43.19%
B=34.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58111880.4800.210.56153.9631.3633.14
Hex3A6F5830015389a1f21
Octal7215713060025702323741
Binary111010110111110110001100000101011110001001101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,111,88); }

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

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

 a { background-color: rgb(58,111,88); }

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

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

 span { border-color: rgb(58,111,88); }

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