#346F5E

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

Shades of Stromboli #346F5E

Tints of Stromboli #346F5E

Color information

#346F5E (or 0x346F5E) is unknown color: approx Stromboli. HEX triplet: 34, 6F and 5E. RGB value is (52,111,94). Sum of RGB (Red+Green+Blue) = 52+111+94=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #346F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F5E is #CB90A1. Grayscale: #5B5B5B. Windows color (decimal): -13340834 or 6188852. OLE color: 6188852.

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

Color convert

RGB5211194-
CMYK0.5300.150.56
HSL162.71º36.2%31.96%-
HSV(B)162.71º53.15%43.53%-
XYZ9.1212.9112.6-
YUV91.42129.4599.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 111 (43.75% from 255) = 43.19%
BLUE value IS 94 (37.11% from 255) = 36.58%
R=20.23%
G=43.19%
B=36.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52111940.5300.150.56162.7136.231.96
Hex346F5E350F38a32420
Octal6415713665017702434440
Binary110100110111110111101101010111111100010100011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,111,94); }

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

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

 a { background-color: rgb(52,111,94); }

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

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

 span { border-color: rgb(52,111,94); }

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