#346E56

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

Shades of Stromboli #346E56

Tints of Stromboli #346E56

Color information

#346E56 (or 0x346E56) is unknown color: approx Stromboli. HEX triplet: 34, 6E and 56. RGB value is (52,110,86). Sum of RGB (Red+Green+Blue) = 52+110+86=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 110 - color contains mainly: green. Hex color #346E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E56 is #CB91A9. Grayscale: #595959. Windows color (decimal): -13341098 or 5664308. OLE color: 5664308.

HSL color Cylindrical-coordinate representation of color #346E56: hue angle of 155.17º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346E56 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB5211086-
CMYK0.5300.220.57
HSL155.17º35.8%31.76%-
HSV(B)155.17º52.73%43.14%-
XYZ8.6712.5510.77-
YUV89.92125.78100.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 110 (43.36% from 255) = 44.35%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=20.97%
G=44.35%
B=34.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52110860.5300.220.57155.1735.831.76
Hex346E5635016399b2420
Octal6415612665026712334440
Binary1101001101110101011011010101011011100110011011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,110,86); }

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

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

 a { background-color: rgb(52,110,86); }

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

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

 span { border-color: rgb(52,110,86); }

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