#346C59

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

Shades of Stromboli #346C59

Tints of Stromboli #346C59

Color information

#346C59 (or 0x346C59) is unknown color: approx Stromboli. HEX triplet: 34, 6C and 59. RGB value is (52,108,89). Sum of RGB (Red+Green+Blue) = 52+108+89=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 108 - color contains mainly: green. Hex color #346C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C59 is #CB93A6. Grayscale: #595959. Windows color (decimal): -13341607 or 5860404. OLE color: 5860404.

HSL color Cylindrical-coordinate representation of color #346C59: hue angle of 159.64º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346C59 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB5210889-
CMYK0.5200.180.58
HSL159.64º35%31.37%-
HSV(B)159.64º51.85%42.35%-
XYZ8.5812.1811.35-
YUV89.09127.95101.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 108 (42.58% from 255) = 43.37%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=20.88%
G=43.37%
B=35.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52108890.5200.180.58159.643531.37
Hex346C59340123Aa0231f
Octal6415413164022722404337
Binary110100110110010110011101000100101110101010000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346C59; }

 p { color: rgb(52,108,89); }

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

<style>
 a { background-color: #346C59; }

 a { background-color: rgb(52,108,89); }

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

<style>
 span { border-color: #346C59; }

 span { border-color: rgb(52,108,89); }

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